An anonymous chatting bot for Discord.
- Complete Anonymity: Chat anonymously on Discord without revealing your identity.
- Anonymous Message Forwarding: Send messages to a channel, and the bot will repost them anonymously to a designated channel.
- Moderator Visibility: Forwarded messages' authors are displayed in a separate channel, allowing moderators to see the original sender.
- Deploy the bot and invite it to your server
- Create some channels:
- A channel to send anonymized messages to
- A channel to get those messages from (optional)
- A log channel (optional)
- The users can be anonymous either by sending the messages directly to the output channel or a designated input channel. Either way, the orignal will be deleted.
- An example .env can be found here.
git clone https://github.com/midnightdoggo19/anon.git
npm i
- Set up a application from the Discord Developer Portal
- Refer this
- Put the bot token in the .env
- Get the generated from the below URL and use to register the bot to your server
- Get the channel id of the anonymous channel and optionally log/mod channel id. Refer this to get channel id
- Optionally you can a add role name that is ignored from anonymization
npm start

