add more embed stuff (#939)

* add fun embed stuff

* add more docstrings

* fix gawdl3y

* Update RichEmbed.js
This commit is contained in:
Gus Caplan
2016-12-02 20:59:38 -06:00
committed by Schuyler Cebulskie
parent e141deb7ef
commit 6cfbf76406
7 changed files with 207 additions and 1 deletions

View File

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