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.git
cd reportbot
npm install
- Fill in the
config.js
file.
SUGGESTED WAY TO RUN
- Install PM2
npm install pm2@latest -g
pm2 start ecosystem.config.js
pm2 status
, and confirmReportBot
is 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.