Create TextBasedChannel MessageCollector

This commit is contained in:
Amish Shah
2016-08-31 20:38:56 +01:00
parent 892e162229
commit 1da8ec7ddd
5 changed files with 129 additions and 1 deletions

View File

@@ -70,6 +70,10 @@ class DMChannel extends Channel {
fetchPinnedMessages() {
return;
}
createCollector() {
return;
}
}
TextBasedChannel.applyToClass(DMChannel, true);