-
Notifications
You must be signed in to change notification settings - Fork 5
Custom Commands
Custom commands are simple commands that post a message of your choice (they simply echo your selected message to your users). Anyone in your server can use the command.
💡 For a content creator Discord, this may be a "youtube" command linking your channel. For a community with a Minecraft server, this may be an "ip" command containing the server IP or whitelist instructions.
🔒 Custom commands are usable throughout the Discord server are require moderator permissions (
Manage Messages
) to edit.
Custom commands can be added with the /customcommand add
command.
❗ Options with * are required for the command.
Command Option | Description |
---|---|
command(*) | The /name of the new custom command. |
response(*) | The text that will be sent when this command is used. |
description | The description for this new custom command as shown in Discord. |
private | If set to True, this command will be sent as a message that only the user running it can view. |
❓ You can only remove commands which created using
addcommand
. If you want to "remove" an existing bot command such asremind
, for any reason, see Using a Command Blacklist or Whitelist.
Usage: /customcommand remove [name=minecraft]
Usage: /customcommand list