Add textBasedChannel.bulkDelete()

This commit is contained in:
Amish Shah
2016-08-26 22:13:23 +01:00
parent b22bda74b8
commit 642d768cdc
13 changed files with 111 additions and 3 deletions

View File

@@ -131,6 +131,10 @@ class GroupDMChannel extends Channel {
getMessages() {
return;
}
bulkDelete() {
return;
}
}
TextBasedChannel.applyToClass(GroupDMChannel, true);