mvbot
mvbot copied to clipboard
A simple bot to move messages from one discord channel to another.
Is there a way to perhaps move the parent, and have all the children posts move with it?
The bot shows as offline.
FYI, if you update Discord.js you'll have to modify the base branch as follows: ``` var bot = new Client({ intents: [Intents.FLAGS.GUILDS, Intents.FLAGS.GUILD_MESSAGES] }); // NEW try { bot.user.setPresence({ activities:...
Mass Moves
Just seeing if it's possible to make it so that we can move multiple messages at once - maybe if we make it so you can post multiple IDs separated...
If bot doesn't have permission to write on destination channel, message is removed from the original channel, but not added to the destination channel. So it is lost.
The bot only recognizes users with the global "manage messages" permission. Channel specific checks should be added as a fallback.