Starting with Custom Commands
Creating & Opening editor
Go to Custom Command section in dashboard
Press the create button
A Custom Command should get created
Please click on the green pencil to edit the Custom Command
Info
When you first click on the edit button, there will be a Dashboard Tour started!
We highly suggest, NOT skipping through it... It will save you a lot of trouble in the future!
Template
- Template allows you to clone existing commands and directly setup them (no bot knowledge needed)
- "You don't have to reinvent the wheel"
- You can even use template to improve your knowledge about the bot and learn new things!
- Click here for more info
Triggertypes
Our Bot is highly customizable and supports many Discord Actions(events). Down below is a list of all triggertypes with their explanation.
What is a trigger?
A trigger executes a code when a condition is met. Like if you send !!help, it will trigger the help command, since the trigger is the same.
Trigger Type | Triggers when user |
---|---|
Word | Sends a message |
Slash Commands | Interacts with slash commands |
On Reaction | Reacts on a message |
On Join/Leave | Joins or Leaves your server |
Role add/remove | Recieves or Loses a role |
Button | Clicks a Discord button |
Select Menu | Interacts with a Discord Interaction Menu |
Modal (Form) | Submits a modal or form |
Timed or Interval | Repeated or Scheduled Execution |
Voice | Connects to or Disconnects from a VC |
Channel Create/Delete | A channel is created/ deleted |
Library | Create A library |
As shown above, our bot supports a lot of events! And we're adding more of them!
You can proceed the guide by click the event you want to learn more about or for your need
Finding a Trigger Type
Trigger type: Word
Trigger type: On Reaction
Trigger type: Button
Trigger type: Menu
Trigger type: Slash command
Trigger type: Modal