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

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