mirror of
https://github.com/danbulant/discord.js
synced 2026-06-09 17:52:55 +00:00
Fix Message.reply example
This commit is contained in:
parent
c50de74310
commit
9d0fcb3936
1 changed files with 1 additions and 1 deletions
|
|
@ -427,7 +427,7 @@ class Message {
|
||||||
* @returns {Promise<Message|Message[]>}
|
* @returns {Promise<Message|Message[]>}
|
||||||
* @example
|
* @example
|
||||||
* // reply to a message
|
* // 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}`))
|
* .then(msg => console.log(`Sent a reply to ${msg.author}`))
|
||||||
* .catch(console.error);
|
* .catch(console.error);
|
||||||
*/
|
*/
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue