This is a source code repo for a Discord bot running using the Discord.js library. To install the bot, you will need to run npm i.
Used for command configuration and other settings.
Main File(s):
- Main Config
- Holds the bot prefix and a namespace UUID for v5 UUIDs in error reporting.
- Environment Variables
- Holds the bot token and other environment variables.
- NOTE: You will need to rename this file to
.envand fill in the variables.
Used for custom functions
Main File(s):
- Random Functions
- Used for random generation
- Database Functions
- Used for database functions
Command files for the main bot
Commands:
/aww(r/aww command)/giveaway(Giveaway command)/server(Server information)/support(Support Server Info)/user(User Info)
Command files for the assistant bot
Commands:
/about(About the bot command)/announce(Announcement command)/ban(Ban command)/kick(Kick command)/mute(Mute command)