Add TextBasedChannel{full}.getMessages()

This commit is contained in:
Amish Shah
2016-08-23 13:51:56 +01:00
parent d710713c09
commit 576a7f2488
6 changed files with 80 additions and 2 deletions

View File

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