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

@@ -46,6 +46,7 @@ class TextChannel extends GuildChannel {
sendMessage() { return; }
sendTTSMessage() { return; }
sendFile() { return; }
sendCode() { return; }
fetchMessage() { return; }
fetchMessages() { return; }
fetchPinnedMessages() { return; }