Custom Commands

Custom Commands

Create your own commands to extend your bot's functionality.

Creating a Custom Command

Use the !addcmd command:

CODEBLOCK_0

Variables

You can use variables in your custom commands:

  • {user} - The user who triggered the command

  • {target} - The mentioned user (if any)

  • {time} - Current time

  • {date} - Current date

Custom commands are saved automatically and persist across bot restarts.