mirror of
https://github.com/danbulant/discord.js
synced 2026-05-24 20:42:27 +00:00
parent
5fb4e257c8
commit
8e7cb7fc4e
1 changed files with 1 additions and 1 deletions
|
|
@ -439,7 +439,7 @@ class Message {
|
|||
* @returns {Promise<Message|Message[]>}
|
||||
* @example
|
||||
* // reply to a message
|
||||
* message.reply('Hey, I\\'m a reply!')
|
||||
* message.reply('Hey, I\'m a reply!')
|
||||
* .then(msg => console.log(`Sent a reply to ${msg.author}`))
|
||||
* .catch(console.error);
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in a new issue