mirror of
https://github.com/danbulant/discord.js
synced 2026-06-08 09:13: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
|
// These are here only for documentation purposes - they are implemented by TextBasedChannel
|
||||||
sendMessage() { return; }
|
sendMessage() { return; }
|
||||||
sendTTSMessage() { return; }
|
sendTTSMessage() { return; }
|
||||||
|
sendEmbed() { return; }
|
||||||
sendFile() { return; }
|
sendFile() { return; }
|
||||||
sendCode() { return; }
|
sendCode() { return; }
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue