Placeholders
These are all the placeholders you can use in your custom command replies. They don't work in descriptions because that can't be dynamically changed. Feel free to open an issue to suggest any new ones.
Placeholder | Description |
---|---|
[[user]] | Mentions the user who ran the command. |
[[user.id]] | The user ID of the user who ran the command. |
[[user.name]] | The username of the user who ran the command. |
[[owner]] | Mentions the server owner. |
[[owner.id]] | The user ID of the server owner. |
[[user.avatar]] | The avatar URL of the user who ran the command. |
[[server]] | The server name. |
[[server.id]] | The server's ID. |
[[server.member_count]] | The server's member count. |
[[channel]] | The channel the command was ran in. |