docs: remove traces of StringResolvable (#5727)

This commit is contained in:
Shubham Parihar
2021-06-02 15:25:56 +05:30
committed by GitHub
parent 086c3f0799
commit 678b7da5b3
2 changed files with 3 additions and 3 deletions

View File

@@ -592,7 +592,7 @@ class Message extends Base {
/**
* Send an inline reply to this message.
* @param {StringResolvable|APIMessage} [content=''] The content for the message
* @param {string|APIMessage} [content=''] The content for the message
* @param {ReplyMessageOptions|MessageAdditions} [options] The additional options to provide
* @returns {Promise<Message|Message[]>}
* @example