mirror of
https://github.com/danbulant/discord.js
synced 2026-05-27 22:11:53 +00:00
docs(ShardClientUtil): link Shard#message from send method (#4028)
* docs(ShardClientUtil): link Shard#message from send method * docs(ShardClientUtil): use @ emits instead of @ link
This commit is contained in:
parent
2388467bd3
commit
7ce58dbd4a
1 changed files with 1 additions and 0 deletions
|
|
@ -79,6 +79,7 @@ class ShardClientUtil {
|
|||
* Sends a message to the master process.
|
||||
* @param {*} message Message to send
|
||||
* @returns {Promise<void>}
|
||||
* @emits Shard#message
|
||||
*/
|
||||
send(message) {
|
||||
return new Promise((resolve, reject) => {
|
||||
|
|
|
|||
Loading…
Reference in a new issue