mvbot icon indicating copy to clipboard operation
mvbot copied to clipboard

A simple bot to move messages from one discord channel to another.

Results 8 mvbot issues
Sort by recently updated
recently updated
newest added

Is there a way to perhaps move the parent, and have all the children posts move with it?

The bot shows as offline.

I have noticed that embed messages can't be moved. Can this be fixed? thanks

bug

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

Node process running out of memory and getting killed.

bug

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

enhancement

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.

bug

The bot only recognizes users with the global "manage messages" permission. Channel specific checks should be added as a fallback.