Add TextBasedChannel.sendCode and make User/GuildMember partial implementations

This commit is contained in:
Schuyler Cebulskie
2016-09-11 10:55:41 -04:00
parent 9e05caec0d
commit 7ff9ac2bcc
6 changed files with 25 additions and 3 deletions

View File

@@ -118,6 +118,7 @@ class GroupDMChannel extends Channel {
sendMessage() { return; }
sendTTSMessage() { return; }
sendFile() { return; }
sendCode() { return; }
fetchMessage() { return; }
fetchMessages() { return; }
fetchPinnedMessages() { return; }