.getAvailableChannels()

Gets the channels by Guild ID and command name from the MongoDB Database | Function

.getAvailableChannels(guildId, commandName)
Parameter
Description
Type

guildId

The ID of the guild to configure

String

commandName

The name of the command

String

Returns

Promise<string[]>

Last updated