mirror of
https://github.com/danbulant/discord.js
synced 2026-05-25 04:52:22 +00:00
Remove createCollector from all channels
This commit is contained in:
parent
0898e1dd5b
commit
7b3a005b65
3 changed files with 2 additions and 3 deletions
|
|
@ -47,7 +47,7 @@ class DMChannel extends Channel {
|
|||
stopTyping() {}
|
||||
get typing() {}
|
||||
get typingCount() {}
|
||||
createCollector() {}
|
||||
createMessageCollector() {}
|
||||
awaitMessages() {}
|
||||
// Doesn't work on DM channels; bulkDelete() {}
|
||||
acknowledge() {}
|
||||
|
|
|
|||
|
|
@ -164,7 +164,7 @@ class GroupDMChannel extends Channel {
|
|||
stopTyping() {}
|
||||
get typing() {}
|
||||
get typingCount() {}
|
||||
createCollector() {}
|
||||
createMessageCollector() {}
|
||||
awaitMessages() {}
|
||||
// Doesn't work on Group DMs; bulkDelete() {}
|
||||
acknowledge() {}
|
||||
|
|
|
|||
|
|
@ -96,7 +96,6 @@ class TextChannel extends GuildChannel {
|
|||
stopTyping() {}
|
||||
get typing() {}
|
||||
get typingCount() {}
|
||||
createCollector() {}
|
||||
createMessageCollector() {}
|
||||
awaitMessages() {}
|
||||
bulkDelete() {}
|
||||
|
|
|
|||
Loading…
Reference in a new issue