Skip to content

Latest commit

 

History

History
61 lines (36 loc) · 1.02 KB

TEMPLATE.md

File metadata and controls

61 lines (36 loc) · 1.02 KB
title
Name of your command

Detailed command description goes here.

:::note

Perhaps include a note if needed?

:::

:::caution

Or a warning...

:::

Trigger

Type: Trigger type goes here
Trigger: Trigger value goes here
Additional options: Any additional trigger options go here.

Usage

  • usage-one - what it does.
  • usage-two - what it does.

:::tip Aliases

Does your command have any aliases? Consider including them here.

:::

Example

example-command-usage

If the command usage is complex, consider including an example here.

Configuration

  • 📌 $configValueOne
    Description of what this configuration value is. The 📌 means that users need to change this value for the command to work (e.g. a channel ID specific to their server).

  • $configValueOne
    Description of what this configuration value is.

Code


Author

This custom command was written by @someone.