-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Not starting bot #1
Comments
@mikeharrisoffical I had the same issue, but I resolved it by going into the bot's settings in the Discord Developer Portal and making sure everything was toggled on under the Privileged Gateway Intents section. Restarted the bot and it worked fine. Check to see if this is your issue. |
Hi there! Yeah I think @NimbleToes beat me to this. I'm not an expert on all those permissions, but ensuring they're toggled on will do the trick. Let me know if you're still stuck @mikeharrisoffical and I'll dig a little deeper with you. |
You might only need the Message Content Intent toggled on using this bot since it's specifically setting it in the DiscordSocketConfig here DiscordBotTutorial/Part 3/DiscordBot/DiscordBot/Bot.cs Lines 24 to 27 in 11811a3
Since it is a privileged intent to read the message content it needs to explicitly be enabled. |
Hi, Ive run into an issue while trying to use your discord bot. It seems that I cannot start my bot although it does says "Connected to discord!", its not making my discord bot go online could you help?
The text was updated successfully, but these errors were encountered: