Skip to content

Discord bot that allows users to report messages by adding a reaction

License

Notifications You must be signed in to change notification settings

Sheldan/reportbot

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Report Bot

Discord bot that allows users to report messages by adding a reaction.

Custom report emoji included.

Installation

  • 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 confirm ReportBot is running
  • If not using pm2: node .

How it works

  1. React to any message you want to report with the chosen report emoji.
  2. ReportBot will instantly remove the reaction so your report is relatively anonymous.
  3. ReportBot will send a message to the chosen channel with your report information.*
  4. 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.

About

Discord bot that allows users to report messages by adding a reaction

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 100.0%