Skip to content

WVAnon is a Discord bot developed by the UTM White Van Discord to enable users to send anonymous messages.

Notifications You must be signed in to change notification settings

Yousef-Bulbulia/WVAnonBot

Repository files navigation

🤫🤖 WVAnonBot

WVAnon is a Discord bot developed by the UTM White Van Discord to enable users to send anonymous messages. We tried JuzoConfession and Voltaire, but neither of them satisfied us in terms of usability, security, and privacy.

As of December 22nd, 2020, 2300 anonymous messages have been sent!

  1. Voltaire supported banning users, however displaying the user ID all the time led to users being hesitant to use the channel.
  2. An update to the Discord API resulted in Voltaire being unable to "see" users. Users had to run a bot command (like !volt help) to gain access, however this could reveal their identity to anyone who saw the message and to the admins in the deleted logs.
  3. The commands for both were long! We wanted the commands to be short and sweet.

⚙️ Features

  • Supports sending messages to two channels (anon-msgs & deep-talks) which can be configured
  • Ban users
  • Anonymity for users
  • Slow mode
  • Display rules

🚀 Getting Started

Requires: Node.js

  1. Create a Discord Bot Account
  2. touch auth.json
    {
        "token": {YOUR TOKEN HERE}
    }
  1. npm install

  2. node bot.js to run the bot!

  3. Create three channels in your Discord server: one for logs, one for anon-messages, one for deep-talks. You will need administrator privileges in your discord server to set the channels.

  4. To set all channels at once, use !anon set #[anon-msgs] #[deep-talks] #[log-channel] . To set channels individually, use the following commands:

!anon set log #[log-channel]
!anon set anon #[anon-msgs]
!anon set deeptalks #[deep-talks]

📦 Contributing

  1. Fork the repo
  2. git checkout -b {your branch name here}
  3. Write your code
  4. Create a pull request from your fork into main
  5. Run npm run prettier and npm run lint, fix all style checks
  6. Squash & merge once approved!

✨ Authors

About

WVAnon is a Discord bot developed by the UTM White Van Discord to enable users to send anonymous messages.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published