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

@@ -39,6 +39,10 @@ class TextChannel extends GuildChannel {
getMessages() {
return;
}
bulkDelete() {
return;
}
}
TextBasedChannel.applyToClass(TextChannel, true);