.disable()

Disables a command from being used in a server | Function

.disable(guildId, commandName)
Parameter
Description
Type

guildId

The guild ID

String

commandName

The command name

String

Returns

Promise<void>

Last updated