Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

Recent questions tagged discord.js

0 votes
800 views
1 answer
    I'm new to discord.py and i'm coding a bot. As you know there is a bot Groovy which is ... question from:https://stackoverflow.com/questions/65861023/doing-discord-shortcut-bot...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
725 views
1 answer
    I wrote a quick discord bot as a joke, that just sends a gag message to my friend every 3 or 4 days. ... /65864187/does-discord-limit-what-information-can-you-get-using-a-bot...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
654 views
1 answer
    was trying to make a reputation system where one user marked the other with the command for example: ... ://stackoverflow.com/questions/65879288/reputation-system-with-mongodb...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
794 views
1 answer
    client.on('message', msg => { if (msg.channel.id === '803259607317348373') { msg.author.send("Pong! ... ://stackoverflow.com/questions/65887623/facing-problems-with-help-desk-bot...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
921 views
1 answer
    this is the code - module.exports = { name: 'clear', description: "Clear messages!", async execute( ... .com/questions/65893104/cannot-read-property-get-of-undefined-js...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
660 views
1 answer
    the command just no work. the first one i a execute, and the 2nd is the code enter image description here if( ... com/questions/65897218/i-get-stucked-on-my-project-i-have-error...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
888 views
1 answer
    I want to stop/cancel the command when they have responsed. Now it is sending the no more time text and ... ://stackoverflow.com/questions/65901199/how-can-i-do-this-awaitmessages...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
671 views
1 answer
    So I am trying to make a verify script so when a member join he/she has to write !verify and then he/she ... stackoverflow.com/questions/65901388/how-can-i-add-a-role-to-a-member...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
800 views
1 answer
    https://i.stack.imgur.com/vySa9.png hey, this is the error when i type node . ['command_handler' ... .com/questions/65901596/error-cannot-find-module-handlers-command-handler...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
697 views
1 answer
    async function play(message, correct, channel, mp3) { const connection = await channel.join(); await new Promise(done ... -js-issues-with-audio-and-playing-in-more-than-one-server...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
869 views
1 answer
    This is what I have tried: It only executes the first one. client.on('message', message => { if ( ... /questions/65916291/im-having-problems-with-combining-these-two-codes-together...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
791 views
1 answer
    So this is my code for sending an embed, that says Loading shop with the dots changing. However, I am ... /questions/65923286/discord-js-msg-channel-send-then-promise-not-working...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
678 views
1 answer
    I'm new to discord.js and I'm trying to make a really simple command with command handling. The ... .com/questions/65952367/discord-js-command-handling-else-if-problem...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.1k views
1 answer
    if(command === 'example'){ client.commands.get('exaple').execute(message, args); message.channel.send('https://i. ... -a-discord-bot-that-can-send-random-pictures-in-a-js-format...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.4k views
1 answer
    This only picks up when the actual bot gets updated and not when other users update client.on(' ... questions/65945649/guildmemberupdate-event-only-occurs-when-bot-gets-updated...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
983 views
1 answer
    I was wondering is it possible to fetch through all members in the guild and get their IDs? I made ... ://stackoverflow.com/questions/65621757/fetching-all-guild-members-djs11...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
547 views
1 answer
    I have a question. How do I check the status of a website? What do I need? I just want to code ... from:https://stackoverflow.com/questions/65600460/discord-js-http-request-status...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.2k views
1 answer
    I want to make a mute command for my Discord bot but that create errors: C:Program Files odejs ode.exe .index ... cannot-read-property-cache-of-undefined-when-i-check-a-member-role...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
843 views
1 answer
    This question already has an answer here: question from:https://stackoverflow.com/questions/65646131/is-there-a-way-i-can-join-a-discord-server-through-its-id-my-bot-is-already-in...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
742 views
1 answer
    I am coding my own discord bot, and making warn system with quick.db package, and having a problem. If I warn ... 65661262/quick-db-unwarn-command-unwarns-all-the-warns-in-a-member...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.3k views
1 answer
    I'm trying to make a moderation bot and I'm trying to solve an issue I have where when the bot stops/restarts/ ... -all-values-in-client-guilds-then-loop-all-members-in-each-guild...
asked Oct 6, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
788 views
1 answer
    client.on('messageReactionAdd', async (reaction, user) => { if(reaction.message.id === "731619243249893417"){ const ... /66056855/im-trying-to-do-a-reaction-role-bot-on-discord...
asked Oct 6, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
921 views
1 answer
    client.on('messageReactionAdd', async (reaction, user) => { if(reaction.message.id === "731619243249893417"){ const ... /66056855/im-trying-to-do-a-reaction-role-bot-on-discord...
asked Oct 6, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.6k views
1 answer
    I want to make a mute command for my Discord bot but that create errors: C:Program Files odejs ode.exe .index ... cannot-read-property-cache-of-undefined-when-i-check-a-member-role...
asked Apr 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
793 views
1 answer
    This question already has an answer here: question from:https://stackoverflow.com/questions/65646131/is-there-a-way-i-can-join-a-discord-server-through-its-id-my-bot-is-already-in...
asked Mar 6, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
808 views
1 answer
    This question already has an answer here: question from:https://stackoverflow.com/questions/65646131/is-there-a-way-i-can-join-a-discord-server-through-its-id-my-bot-is-already-in...
asked Mar 6, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
802 views
1 answer
    I tried to make a +cmute command that will lock everyone's typing access from the channel. (我试图制作一个+ cmute命令,该命令将锁定 ... do this!`) } }; ask by Andrei David Hancu translate from so...
asked Mar 6, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
822 views
1 answer
    I tried to make a +cmute command that will lock everyone's typing access from the channel. (我试图制作一个+ cmute命令,该命令将锁定 ... do this!`) } }; ask by Andrei David Hancu translate from so...
asked Feb 21, 2021 in Technique[技术] by 深蓝 (71.8m points)
To see more, click for the full list of questions or popular tags.
Ask a question:
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...