Update DMChannel, GroupDMChannel for docs (#1038)

This commit is contained in:
Zack Campbell 2016-12-29 10:04:41 -06:00 committed by Schuyler Cebulskie
parent 3e3de51545
commit 665ef21c85
2 changed files with 2 additions and 2 deletions

View file

@ -37,8 +37,8 @@ class DMChannel extends Channel {
}
// These are here only for documentation purposes - they are implemented by TextBasedChannel
send() { return; }
sendMessage() { return; }
sendTTSMessage() { return; }
sendEmbed() { return; }
sendFile() { return; }
sendCode() { return; }

View file

@ -121,8 +121,8 @@ class GroupDMChannel extends Channel {
}
// These are here only for documentation purposes - they are implemented by TextBasedChannel
send() { return; }
sendMessage() { return; }
sendTTSMessage() { return; }
sendEmbed() { return; }
sendFile() { return; }
sendCode() { return; }