mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-10 08:33:30 +01:00
Create TextBasedChannel MessageCollector
This commit is contained in:
@@ -55,6 +55,10 @@ class TextChannel extends GuildChannel {
|
||||
fetchPinnedMessages() {
|
||||
return;
|
||||
}
|
||||
|
||||
createCollector() {
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
||||
TextBasedChannel.applyToClass(TextChannel, true);
|
||||
|
||||
Reference in New Issue
Block a user