-
Notifications
You must be signed in to change notification settings - Fork 53
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 working Help !!! (No response) #46
Comments
have you enabled bot intents? |
if it still doesn't work then im out of ideas |
Still not working. Output in Pycharm:- [2022-12-04 21:24:57] [INFO ] discord.client: logging in using static token |
can you post a pic of what it looks when you type any command ? |
and, can you also post the output of the python file ? BTW, I am using interpreter. not Compiler |
Maybe problem is in this if statement? @client.event
async def on_message(message):
if message.channel.name != channel_name:
pass
else:
# further instructions because in all cases, program ignores message, and doing something only if this condition is True. I'm additionally curious why author didnt just @client.event
async def on_message(message):
if message.channel.name == channel_name:
# further instructions |
didnt work i tried it all @mategol @supergarixd |
so hello @rohanraj-aipro i dont know if you will still find this helpfull but i found how to make it work so first u got to change the client = with all this intents = discord.Intents.default() and it should work thank you :) |
i posted !volumemax comand and many other commands. Not working.
is there a format for command that i am missing ?
The text was updated successfully, but these errors were encountered: