mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-18 20:43:30 +01:00
fix(ThreadChannel): Omit webhook fetching (#8351)
This commit is contained in:
@@ -541,6 +541,6 @@ class ThreadChannel extends BaseChannel {
|
|||||||
// Doesn't work on Thread channels; setNSFW() {}
|
// Doesn't work on Thread channels; setNSFW() {}
|
||||||
}
|
}
|
||||||
|
|
||||||
TextBasedChannel.applyToClass(ThreadChannel, true, ['setRateLimitPerUser', 'setNSFW']);
|
TextBasedChannel.applyToClass(ThreadChannel, true, ['fetchWebhooks', 'setRateLimitPerUser', 'setNSFW']);
|
||||||
|
|
||||||
module.exports = ThreadChannel;
|
module.exports = ThreadChannel;
|
||||||
|
|||||||
Reference in New Issue
Block a user