Add awaitMessages

This commit is contained in:
Amish Shah
2016-08-31 21:13:33 +01:00
parent 91b1fa8359
commit ff3148ddd4
5 changed files with 44 additions and 1 deletions

View File

@@ -151,6 +151,10 @@ class GroupDMChannel extends Channel {
createCollector() {
return;
}
awaitMessages() {
return;
}
}
TextBasedChannel.applyToClass(GroupDMChannel, true);