This bot is designed to help manage your Roblox group through Discord. It provides basic moderation commands, group ranking, activity tracking for staff members, as well as some fun commands.
- Group ranking: Manually rank your staff all through discord.
- Basic moderation commands: Kick, ban, and manage your discord server members.
- Tickets: Create and manage support tickets for your Discord server.
- Reaction roles: Assign roles to users based on them clicking buttons.
- Some games: Play games with your Discord server members.
- Staff management and activity tracking: Keep track of staff members' activity and manage their roles.
- Clone this repository.
- Install the required dependencies by running
npm install
. - Create a
.env
file, fill it out like the example. - Run the bot with
node .
.
You may need to change some IDs in the code itself to match your Discord server and Roblox group. You can find these IDs in the Discord and Roblox developer portals.
Once the bot is running and everything is correctly configured, the program will begin registering all commands to your discord server. Once that is done, all of the commands can be viewed within discord.
If you'd like to contribute to this project, please fork the repository and create a pull request. We welcome any contributions!
This project is licensed under the MIT License. See the LICENSE
file for more information.