/dcbot

Disconnect people from Discord calls using a CLI application.

Primary LanguageJavaScriptThe UnlicenseUnlicense

Discord Voice Disconnect Bot

Disconnect people from Discord calls using a CLI application.

Dependancies:

Setting Up:

  • npm install discord.js
  • Replace client token in bot.js
  • Add users to blacklist using addUser(name, id) within the file

Using:

  • Run using node bot.js
  • Tag the user in a text channel, creating an initial disconnect, if the user's id is contained in the blacklist, they will not be able to join a call as long as the bot is running