top of page
345397.jpg

Discord Message Moving Bot

The purpose of this bot is to keep messages in the channels that are on topic, and move the ones that aren't elsewhere. The bot will even move any images or attachments that the message contains. All you need is the channel you want to send to and the original message ID.

​

I used JavaScript to develop, along with the Discord.js library.  The basic overview is that the bot checks to make sure the person running the command has the proper permissions. It then extracts the message content, and utilizing a webhook, it actually puts the content through to another channel in the same server. The original poster's name is still intact as well, although it now has a Bot tag.

​

(Note:  Some of the code is omitted below)

345397.jpg
BotMessagae.png
move_mess.png
moved.png
finalstep.png
bottom of page