ost
ost
DIAdiscord.js - Imagine a boo! 👻
Created by ost on 2/22/2024 in #djs-questions
The bot has started, but does not respond to the standard command (!ping)
:dogeHaHa:
14 replies
DIAdiscord.js - Imagine a boo! 👻
Created by ost on 2/22/2024 in #djs-questions
The bot has started, but does not respond to the standard command (!ping)
Thank you very much!!!
14 replies
DIAdiscord.js - Imagine a boo! 👻
Created by ost on 2/22/2024 in #djs-questions
The bot has started, but does not respond to the standard command (!ping)
I changed the code snippet this way, but the result hasn't changed: myIntents.add(IntentsBitField.Flags.Guilds, IntentsBitField.Flags.GuildPresences, IntentsBitField.Flags.GuildMembers, IntentsBitField.Flags.MessageContent);
14 replies
DIAdiscord.js - Imagine a boo! 👻
Created by ost on 2/22/2024 in #djs-questions
The bot has started, but does not respond to the standard command (!ping)
IntentsBitField.Flags.Guilds ?
14 replies
DIAdiscord.js - Imagine a boo! 👻
Created by ost on 2/22/2024 in #djs-questions
The bot has started, but does not respond to the standard command (!ping)
If you need your bot to receive messages (MESSAGE_CREATE - "messageCreate" in discord.js), you need the Guilds and GuildMessages intent, plus the MessageContent privileged intent to receive the content, attachments, embeds and components fields of the message.
14 replies
DIAdiscord.js - Imagine a boo! 👻
Created by ost on 2/22/2024 in #djs-questions
The bot has started, but does not respond to the standard command (!ping)
@mallusrgreat I have already read this information
14 replies
DIAdiscord.js - Imagine a boo! 👻
Created by ost on 2/22/2024 in #djs-questions
The bot has started, but does not respond to the standard command (!ping)
However, the bot is still not responding.
14 replies
DIAdiscord.js - Imagine a boo! 👻
Created by ost on 2/22/2024 in #djs-questions
The bot has started, but does not respond to the standard command (!ping)
Oh, thank you! I was stupid.
14 replies