From 3f1100976f8790ffd1a92c78554111cf4a9bd09f Mon Sep 17 00:00:00 2001 From: cherryblossom000 <31467609+cherryblossom000@users.noreply.github.com> Date: Sat, 2 Oct 2021 21:40:15 +1000 Subject: [PATCH] docs(Message): fix return type for `reply` (#6720) --- src/structures/Message.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/structures/Message.js b/src/structures/Message.js index 0f40fe286..80e312b3f 100644 --- a/src/structures/Message.js +++ b/src/structures/Message.js @@ -749,7 +749,7 @@ class Message extends Base { /** * Send an inline reply to this message. * @param {string|MessagePayload|ReplyMessageOptions} options The options to provide - * @returns {Promise} + * @returns {Promise} * @example * // Reply to a message * message.reply('This is a reply!')