Slash Commands, Buttons, and Select Dropdowns
Allow your users to interact with your bots using buttons, selects, and slash commands. These components offer endless customization options for your bots.Text Commands
Create custom text commands which can be used to trigger responses by the bot.Examples of command responses:
- Message (Send message, send image, send emoji, send random, etc)
- User Action (Kick user, ban user, add role to user, etc)
- Server Action (Add new role to server, etc)
- Variables (Store values in variables and use them in other responses for truly custom bots)
Server Events
You can also create actions that will run when various server events occur, such as a new user joining the server.Examples of event triggers:
- When a user joins the server
- When any message is sent