Overview of Guide Bot features
masterGuidebot is a function-based boilerplate for a Discord.js Bot Handler designed to demonstrate command and event handling. It serves as a template for building Discord bots and includes the following core features:
- Command handler: Manages incoming user commands.
- Event handler: Manages Discord events.
- Permission system: A basic system for controlling access to commands.
- Per-server configuration: Allows for settings to be customized per guild.
- Logging system: Provides built-in logging capabilities.
- Basic commands: Includes a set of useful pre-made commands.