SoundboardShorter
Signature
export declare class SoundboardShorter extends BaseShorterMethods
getDefaults(): Promise<RESTGetAPISoundboardDefaultSoundsResult>;send(channelId: string, body: RESTPostAPISoundboardSendSoundJSONBody): Promise<undefined>;list(guildId: string): Promise<RESTGetAPIGuildSoundboardSoundsResult>;get(guildId: string, soundID: string): Promise<APISoundboardSound>;create(guildId: string, body: RESTPostAPIGuildSoundboardSoundJSONBody): Promise<APISoundboardSound>;edit(guildId: string, soundID: string, body: RESTPatchAPIGuildSoundboardSoundJSONBody): Promise<APISoundboardSound>;delete(guildId: string, soundID: string, reason?: string): Promise<undefined>;