mirror of
https://github.com/danbulant/discord.js
synced 2026-06-09 01:31:29 +00:00
Small typo in documentation of Message.js (#2704)
* Update Message.js message.reply() example fix * Update Message.js
This commit is contained in:
parent
98dc2df6d4
commit
47d405e70c
1 changed files with 1 additions and 1 deletions
|
|
@ -495,7 +495,7 @@ class Message extends Base {
|
||||||
* @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.username}`))
|
* .then(() => console.log(`Sent a reply to ${message.author.username}`))
|
||||||
* .catch(console.error);
|
* .catch(console.error);
|
||||||
*/
|
*/
|
||||||
reply(content, options) {
|
reply(content, options) {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue