Skip to content

Commit 4f7c1e3

Browse files
authoredJul 24, 2022
fix(ThreadChannel): Omit webhook fetching (v13) (#8352)
1 parent 622c77b commit 4f7c1e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/structures/ThreadChannel.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -549,6 +549,6 @@ class ThreadChannel extends Channel {
549549
// Doesn't work on Thread channels; setNSFW() {}
550550
}
551551

552-
TextBasedChannel.applyToClass(ThreadChannel, true, ['setRateLimitPerUser', 'setNSFW']);
552+
TextBasedChannel.applyToClass(ThreadChannel, true, ['fetchWebhooks', 'setRateLimitPerUser', 'setNSFW']);
553553

554554
module.exports = ThreadChannel;

0 commit comments

Comments
 (0)
Please sign in to comment.