Skip to content

Commit

Permalink
fix(ThreadChannel): Omit webhook fetching (v13) (#8352)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jiralite committed Jul 24, 2022
1 parent 622c77b commit 4f7c1e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/structures/ThreadChannel.js
Expand Up @@ -549,6 +549,6 @@ class ThreadChannel extends Channel {
// Doesn't work on Thread channels; setNSFW() {}
}

TextBasedChannel.applyToClass(ThreadChannel, true, ['setRateLimitPerUser', 'setNSFW']);
TextBasedChannel.applyToClass(ThreadChannel, true, ['fetchWebhooks', 'setRateLimitPerUser', 'setNSFW']);

module.exports = ThreadChannel;

0 comments on commit 4f7c1e3

Please sign in to comment.