mirror of
https://github.com/tiramisulabs/seyfert.git
synced 2025-07-01 20:46:08 +00:00
fix: voiceChannel mix
This commit is contained in:
parent
c68c091b31
commit
6de6df53e6
@ -392,9 +392,10 @@ export class ThreadOnlyMethods extends DiscordBase {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
export interface VoiceChannelMethods extends BaseChannel<ChannelType> {}
|
export interface VoiceChannelMethods extends BaseChannel<ChannelType> {
|
||||||
export class VoiceChannelMethods extends DiscordBase {
|
|
||||||
guildId?: string;
|
guildId?: string;
|
||||||
|
}
|
||||||
|
export class VoiceChannelMethods extends DiscordBase {
|
||||||
setBitrate(bitrate: number | null, reason?: string) {
|
setBitrate(bitrate: number | null, reason?: string) {
|
||||||
return this.edit({ bitrate }, reason);
|
return this.edit({ bitrate }, reason);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user