mirror of
https://github.com/danbulant/discord.js
synced 2026-05-24 20:42:27 +00:00
Update DMChannel, GroupDMChannel for docs (#1038)
This commit is contained in:
parent
3e3de51545
commit
665ef21c85
2 changed files with 2 additions and 2 deletions
|
|
@ -37,8 +37,8 @@ class DMChannel extends Channel {
|
|||
}
|
||||
|
||||
// These are here only for documentation purposes - they are implemented by TextBasedChannel
|
||||
send() { return; }
|
||||
sendMessage() { return; }
|
||||
sendTTSMessage() { return; }
|
||||
sendEmbed() { return; }
|
||||
sendFile() { return; }
|
||||
sendCode() { return; }
|
||||
|
|
|
|||
|
|
@ -121,8 +121,8 @@ class GroupDMChannel extends Channel {
|
|||
}
|
||||
|
||||
// These are here only for documentation purposes - they are implemented by TextBasedChannel
|
||||
send() { return; }
|
||||
sendMessage() { return; }
|
||||
sendTTSMessage() { return; }
|
||||
sendEmbed() { return; }
|
||||
sendFile() { return; }
|
||||
sendCode() { return; }
|
||||
|
|
|
|||
Loading…
Reference in a new issue