mirror of
https://github.com/danbulant/discord.js
synced 2026-05-25 04:52:22 +00:00
Add sendEmbed to GuildMember for docs (#1028)
* Add sendEmbed to GuildMember for docs * Update GuildMember.js
This commit is contained in:
parent
84991c767e
commit
265021bfa5
1 changed files with 1 additions and 0 deletions
|
|
@ -432,6 +432,7 @@ class GuildMember {
|
|||
// These are here only for documentation purposes - they are implemented by TextBasedChannel
|
||||
sendMessage() { return; }
|
||||
sendTTSMessage() { return; }
|
||||
sendEmbed() { return; }
|
||||
sendFile() { return; }
|
||||
sendCode() { return; }
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue