moleium / DankMemer-Farmer

Dank Memer Farmer Discord Selfbot with Multi Account Support
MIT License
11 stars 8 forks source link

error about invalid messages #11

Closed asdfawjbhsdhbasjindh closed 2 years ago

asdfawjbhsdhbasjindh commented 2 years ago

image

it just sends me the error every time I start it but it says its sending messages in the terminal but its actually not

moleium commented 2 years ago

This is because i used Discord.py 1.7.6 commands

I will update to latest discord.py version tmrw

asdfawjbhsdhbasjindh commented 2 years ago

alright thanks

moleium commented 2 years ago

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. image 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

moleium commented 2 years ago

Done, you can use it now