Classes
Carbon is built upon many sets of classes, that you will extend in your own code, including commands, components, and the Carbon client itself.
Each of these classes has a set of properties on the class itself that you can set, as well as methods that Carbon will call, such as Command#run.
Client
The main class that is used to use Carbon
Commands
Commands are the main way to interact with your bot, including Context Menu apps and slash commands.
Embeds
Embeds are used to display rich content in messages.
Listeners
Receiving and responding to webhook events
Modals
Modals are popup forms that can be used to collect user input.
Edit on GitHub
Last updated on