mirror of
https://github.com/danbulant/discord.js
synced 2026-06-05 15:51:31 +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.
|
* Sends a message to the master process.
|
||||||
* @param {*} message Message to send
|
* @param {*} message Message to send
|
||||||
* @returns {Promise<void>}
|
* @returns {Promise<void>}
|
||||||
|
* @emits Shard#message
|
||||||
*/
|
*/
|
||||||
send(message) {
|
send(message) {
|
||||||
return new Promise((resolve, reject) => {
|
return new Promise((resolve, reject) => {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue