Guides
Heres a bunch of guides for things you'll find useful! Please make a Github issue if you find any errors.
-
The fundamentals for creating slash commands with crescent, and everything past the fundamentals.
-
Plugins are used to split your bot into multiple files.
-
Guides on how to to subscribe to events sent to your bot by Discord.
-
Hooks are a powerful tool allowing you to run code before an after a command. Hooks can be used for command setup and cleanup code.
-
Crescent provides powerful tools for error handling, giving you control even when things go wrong.
-
Command rate-limiting tools built into Crescent. These tools allow you to give commands a cooldown for when they can be used.
-
Tools to loop functions on a specific time interval. Tasks automatically start and stop when the bot starts and stops.
-
Locales are used to localize your bot for different languages.