Carcraftz / MirrorBot

Mirrors messages from one discord channel to another using multiple bots! Just configure it on the top of the file and run!
32 stars 24 forks source link

Discord API Error #5

Closed good-repo closed 2 years ago

good-repo commented 2 years ago

Recently stopped working, the bot does not start and gives this error unknown_2021 11 14-15 59

adityasanehi commented 2 years ago

Yep, the selfbot module seems depreceated, raises an API error while POSTing data or sending messages in this case. Here, I worked an alternate using simple discord.js to send the messages, while the listener user/bot is still on discord.js-selfbot-v11, feel free to use it for your work until the module is updated. https://github.com/adityasanehi/MirrorBotAlternate - MirrorBot Alternate