Skip to main content
Version: 1.x

LegacyCommandMetadata

LegacyCommandMetadata

Signature
interface LegacyCommandMetadata {
aliases?: string[];
guilds?: string[];
}

aliases

property
string[]

The aliases of the command.

guilds

property
string[]

The guilds that the command is available in.