Source code for MrBB (Discord bot) designed to serve as a moderator bot for the BOAGC Discord server.
-
Moderation: MrBB provides various moderation commands to help you manage your Discord server effectively. This includes features like kick, ban, mute, and more.
-
Automated Tasks: The bot can perform automated tasks such as welcoming new members, assigning roles, etc.
-
Customization: Working on...
To add MrBB to your Discord server, you can use the following invite link: Invite MrBB (currently not possible)
Once the bot is added to your server, you can use the /help
command to view the available commands and their usage.
To customize the bot, follow these steps:
- Clone the repository:
git clone https://github.com/mrFavoslav/MrBeeBee.git
- Install dependencies:
npm install
- Set up environment variables: Copy the
.env.example
file to.env
and update the variables with your own values. - Start the BOT:
npm start
Here are a few examples of how to use MrBB's commands:
-
Deletes [count] messages in current channel
/purge [count]
-
Adds [role] to everyone
/role mass add [role]
-
Adds [role] to [user]
/role single add [role] [user]
-
Removes [role] from everyone
/role mass remove [role]
-
Removes [role] from [user]
/role single remove [role] [user]
For a complete list of available commands and their usage, please refer to the Commands Documentation.
Contributions are welcome! If you have any suggestions, improvements, or bug fixes, feel free to open an issue or submit a pull request. To contribute to this project, please follow the standard Git workflow and CONTRIBUTING.
- Fork this repository
- Create a new branch for your changes:
git checkout -b my-feature
- Commit your changes:
git commit -am "Add my feature"
- Push the branch:
git push origin my-feature
- Open a pull request
This project is licensed under the MIT License.
We would like to acknowledge the following open source projects that helped inspire and guide the development of MrBB: