Guides

Heres a bunch of guides for things you'll find useful! Please make a Github issue if you find any errors.

  • / Commands


    The fundamentals for creating slash commands with crescent, and everything past the fundamentals.

  • Plugins


    Plugins are used to split your bot into multiple files.

  • Events


    Guides on how to to subscribe to events sent to your bot by Discord.

  • Hooks


    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.

  • Error Handling


    Crescent provides powerful tools for error handling, giving you control even when things go wrong.

  • Cooldowns


    Command rate-limiting tools built into Crescent. These tools allow you to give commands a cooldown for when they can be used.

  • Tasks


    Tools to loop functions on a specific time interval. Tasks automatically start and stop when the bot starts and stops.

  • Locales


    Locales are used to localize your bot for different languages.