This is a bot made using discord.js and TypeScript. The intention of this bot is to be a moderation tool. It allows for democratization of moderation actions by allowing guild members to vote to silence a user temporarily.
You can install this bot to your server using https://discord.com/oauth2/authorize?client_id=710031052424609833&scope=bot&permissions=268470272
After installing, run the admin command !condemner init
to setup your personal settings.
Run !condemner help
for a full list of available commands.
Feel free to contribute to this repo as you see fit!
npm i
to install all dependencies.npm run compile
to compile the TypeScript to JavaScript.npm run start
to compile the TypeScript to JavaScript and start the bot.npm run no-compile
to start the bot without compiling.You'll need to do this before testing you local code or if you want to create your own fork of this project.
src/private-config.json
with contents:
{
"token": [token value from console]
}
settings
command to show server settings