📄️ Custom Command
Custom commands are the primary way for users to interact with your bot. Once you create your first command your users will be able to use them by typing / into the Discord chat.
📄️ Message Template
Message Templates are the best way to create highly customized Discord messages. These templates can then be used as a standalone message inside Discord or as a response to commands and events.
📄️ Event Listener
With Event Listeners you can listen for events inside the Discord servers that your bot is in.
📄️ Stored Variable
With Stored Variables you can store information across commands, events, and message templates.