How to create a command¶
- First, go to your bot, you can access it through its username.
-
Once inside your bot, press
🛠 Edit
. -
Press
✳️ New button | command
. -
Type the name of the command to be created, starting with
/
or!
, you can use letters, numbers, and underscores. Spaces or symbols are not allowed in commands. -
The command will be created and automatically selected so that it can be edited.
-
Press
💢 Stop editor
to exit the editor mode.
Note
Commands will not appear in the menu because, unlike buttons, commands are invisible. To call them, send the command to your bot, starting with /
or !
. For example, if you created a command called /my_command
, simply send /my_command
or !my_command
to your bot.