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

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