.remove()

Removes a required channel command data from the MongoDB Database | Function

.remove(guildId, commandName, channelId)
Parameter
Description
Type

guildId

The ID of the guild to configure

String

commandName

The name of the command

String

channelId

The ID of the required channel

String

Returns

Promise<string[]>

Last updated