Finds a command based on the guild ID | Function
.findCommand(commandId, guildId)
commandId
The command ID
String
guildId?
The guild ID
String | null
Promise<ApplicationCommand<{}> | undefined>
Last updated 2 years ago