Skip to main content
<> means required, [] means optional

Viewing content

View an existing custom content.
/content view <content_name>
  • content_name (text) — required The name of the custom content you want to view.

Creating content

Create a new custom content.
/content create <content_name> <content_type>
  • content_name (text) — required The name you want to assign to the new custom content.
  • content_type (text) — required The type of content to create.

Removing content

Remove an existing custom content.
/content remove <content_name>
  • content_name (text) — required The name of the content you want to remove.

Changing content type

Change the type of an existing custom content.
/content type <content_name> <content_type>
  • content_name (text) — required The name of the content you want to change.
  • content_type (text) — required The content type you want to switch to.

Setting content message

Set or update the message for a custom content.
/content message <content_name> [message]
  • content_name (text) — required The name of the content you want to set a message for.
  • message (text) — optional The message you want to assign to the content.

Customizing content embed

Customize the embed used for a custom content.
/content embed <content_name>
  • content_name (text) — required The name of the content you want to customize the embed for.