mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-10 00:23:30 +01:00
Small typo in documentation of Message.js (#2704)
* Update Message.js message.reply() example fix * Update Message.js
This commit is contained in:
@@ -495,7 +495,7 @@ class Message extends Base {
|
||||
* @example
|
||||
* // Reply to a message
|
||||
* message.reply('Hey, I\'m a reply!')
|
||||
* .then(msg => console.log(`Sent a reply to ${msg.author.username}`))
|
||||
* .then(() => console.log(`Sent a reply to ${message.author.username}`))
|
||||
* .catch(console.error);
|
||||
*/
|
||||
reply(content, options) {
|
||||
|
||||
Reference in New Issue
Block a user