-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Submit Button #44
Comments
Same here |
Python client = discord.Client() @client.event @client.event
client.run('YOUR_TOKEN_HERE') The code seems to be working fine. When you send the message !hello in the chat room, the bot should respond with Hello!. However, if you are not seeing the bot respond, it is possible that there is a problem with your Discord token. You can check your Discord token by going to your Discord settings and clicking on the "Bot" tab. Your token will be displayed in the "Token" field. |
Chat Room is visible, able to join, but when sending a message nothing occurs. Any assistance is appreciated.
The text was updated successfully, but these errors were encountered: