fix(ThreadChannel): Omit webhook fetching (#8351)

This commit is contained in:
Jiralite
2022-07-24 16:18:08 +01:00
committed by GitHub
parent 58c1b51c5c
commit 3839958e3f

View File

@@ -541,6 +541,6 @@ class ThreadChannel extends BaseChannel {
// Doesn't work on Thread channels; setNSFW() {}
}
TextBasedChannel.applyToClass(ThreadChannel, true, ['setRateLimitPerUser', 'setNSFW']);
TextBasedChannel.applyToClass(ThreadChannel, true, ['fetchWebhooks', 'setRateLimitPerUser', 'setNSFW']);
module.exports = ThreadChannel;