seyfert 2.1.1-dev-12240981879.0 → 2.1.1-dev-12246048689.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -171,9 +171,9 @@ export declare class ThreadOnlyMethods extends DiscordBase {
|
|
|
171
171
|
thread(body: RESTPostAPIGuildForumThreadsJSONBody, reason?: string): Promise<ThreadChannel>;
|
|
172
172
|
}
|
|
173
173
|
export interface VoiceChannelMethods extends BaseChannel<ChannelType> {
|
|
174
|
+
guildId?: string;
|
|
174
175
|
}
|
|
175
176
|
export declare class VoiceChannelMethods extends DiscordBase {
|
|
176
|
-
guildId?: string;
|
|
177
177
|
setBitrate(bitrate: number | null, reason?: string): Promise<this>;
|
|
178
178
|
setUserLimit(user_limit: number | null, reason?: string): Promise<this>;
|
|
179
179
|
setRTC(rtc_region: string | null, reason?: string): Promise<this>;
|
|
@@ -273,7 +273,6 @@ exports.ThreadOnlyMethods = ThreadOnlyMethods = __decorate([
|
|
|
273
273
|
(0, mixer_1.mix)(TopicableGuildChannel)
|
|
274
274
|
], ThreadOnlyMethods);
|
|
275
275
|
class VoiceChannelMethods extends DiscordBase_1.DiscordBase {
|
|
276
|
-
guildId;
|
|
277
276
|
setBitrate(bitrate, reason) {
|
|
278
277
|
return this.edit({ bitrate }, reason);
|
|
279
278
|
}
|