Discord bot that allows users to report messages by adding a reaction.
Custom report emoji included.
- Create a Discord bot
git clone https://github.com/DaziePants/reportbot.gitcd reportbotnpm install- Fill in the
config.jsfile.
SUGGESTED WAY TO RUN
- Install PM2
npm install pm2@latest -gpm2 start ecosystem.config.jspm2 status, and confirmReportBotis running
- If not using pm2:
node .
- React to any message you want to report with the chosen report emoji.
- ReportBot will instantly remove the reaction so your report is relatively anonymous.
- ReportBot will send a message to the chosen channel with your report information.*
- You will receive a DM confirming that your report was recieved.
*This includes the messages content, author, channel, who reported and a link to the message.