Skip to content
This repository has been archived by the owner on Oct 19, 2022. It is now read-only.

Command Metadata

Kyle Edwards edited this page Sep 20, 2021 · 2 revisions

name

The base name of this command.

Optional Accepted Value(s)
string

description

Description data.

Optional Accepted Value(s) Default Value
✔️ object {}

description.short

Short description. Shows in the bot's command list.

Optional Accepted Value(s) Default Value
✔️ string "This command has no set description."

description.long

Long description. Shows when using !help to view this command in detail.

Optional Accepted Value(s) Default Value
✔️ string "This command has no set description."

args

A list of arguments/parameters for this command. Note that the command name is automatically prepended to these strings.

Optional Accepted Value(s) Default Value
✔️ string, string[] []

guilds

A list of guilds this command can be used in. Leaving this empty or undefined will make the command usable in all guilds.

Optional Accepted Value(s) Default Value
✔️ string[] []

image

An image to be shown as the thumbnail when the command is viewed through !help. Must be a complete filename from the ./assets/image directory.

Optional Accepted Value(s) Default Value
✔️ string null

dm

Allow usage of this command in DMs (Direct Messages).

Optional Accepted Value(s) Default Value
✔️ boolean true

For Server Managers

Introduction

For Developers

Introduction

Classes

  • todo

Commands

Core Modules

  • todo

Managers

  • todo

Utilities

  • todo
Clone this wiki locally