Adding feature

voiceState.getPreview(): Return URL Image Stream .-.
This commit is contained in:
March 7th
2022-04-25 19:28:45 +07:00
parent f3926f2e37
commit 817aa690ff
5 changed files with 32 additions and 2 deletions

1
typings/index.d.ts vendored
View File

@@ -2631,6 +2631,7 @@ export class VoiceState extends Base {
public setChannel(channel: GuildVoiceChannelResolvable | null, reason?: string): Promise<GuildMember>;
public setRequestToSpeak(request?: boolean): Promise<void>;
public setSuppressed(suppressed?: boolean): Promise<void>;
public getPreview(): Promise<string>;
}
export class Webhook extends WebhookMixin() {