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
@@ -232,6 +232,7 @@ class User {
|
||||
// These are here only for documentation purposes - they are implemented by TextBasedChannel
|
||||
sendMessage() { return; }
|
||||
sendTTSMessage() { return; }
|
||||
sendEmbed() { return; }
|
||||
sendFile() { return; }
|
||||
sendCode() { return; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user