deleteSlash
Deletes in a slash command
public async deleteSlash(name: string, guilds?: Snowflake[]): Promise<false | ApplicationCommand<{ guild: GuildResolvable; }> | ApplicationCommand<{}>[] | undefined>
name: slash command name
guilds: guilds where the slash command will be deleted
Last updated
Was this helpful?