mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-10 00:23:30 +01:00
add more embed stuff (#939)
* add fun embed stuff * add more docstrings * fix gawdl3y * Update RichEmbed.js
This commit is contained in:
committed by
Schuyler Cebulskie
parent
e141deb7ef
commit
6cfbf76406
@@ -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; }
|
||||
|
||||
Reference in New Issue
Block a user