Closed asdfawjbhsdhbasjindh closed 2 years ago
This is because i used Discord.py 1.7.6
commands
I will update to latest discord.py version tmrw
alright thanks
Discord.py does not support self-bots anymore
You can look into Discord.py 1.7.3 and 2.0.1 source code, they removed the bot
parameter from client.run
.
When a user token is passed and bot
parameter is not set to False
it will trigger the error discord.errors.LoginFailure: Improper token has been passed
because it's a user token, not a bot token. and now the ability to pass user tokens is removed.
So, even if I updated it to 2.0.1 it won't work
Maybe i will re-write it in Node.js using discordjs-self-v13 in the future
Done, you can use it now
it just sends me the error every time I start it but it says its sending messages in the terminal but its actually not