Borisbot will help you simplify the process of moderating the discord server. Borisbot can ban/kick guild members, delete messages, collect information about user/guild/guild member and more.
guild-info
- gives complete information about the guild
user-info @<username>(optional, default value: message sender)
- gives complete information about the user/guild memberban @<username> @<username> @<username> ...(must be at least one username)
- bans the users from the guildkick @<username> @<username> @<username> ...(must be at least one username)
- kicks the users from the guild
purge <amount>(optional, default value: 2) @<senderUsername>(optional, default value: all users)
- deletes messages in a text channel
flipcoin
- flip a coinbtc
- gives the current bitcoin price (Powered by CoinDesk)uptime
- sends the bot uptimeversion
- gives the current version of the bot
- Install Node.js
- Install Docker(optional)
- Download Borisbot(
git clone https://github.com/HanSaloZu/Borisbot.git
or download the ZIP) cd
to the bot directory
- After cloning the project you need to add your Discord API token in the config/config.json file
- In the same file, you can change the commands prefix, date format and message colors
# install the Node dependencies
npm install
npm run start
# build the image
docker build -t borisbot .
# run the image
docker run -d borisbot
Enter help
in the guild chat for a list of commands
- Send Messages
- Read Message History
- Manage Messages
- Embed Links
- Mention Everyone
- Kick Members
- Ban Members
This project is licensed under the MIT License - see the LICENSE file for details