docs(TextBasedChannel): indicate that replyTo cannot be system (#5115)

This commit is contained in:
X-Classified
2020-12-14 04:54:51 -08:00
committed by GitHub
parent d6234b764e
commit 5c4547e84d

View File

@@ -63,7 +63,7 @@ class TextBasedChannel {
* @property {string|boolean} [code] Language for optional codeblock formatting to apply * @property {string|boolean} [code] Language for optional codeblock formatting to apply
* @property {boolean|SplitOptions} [split=false] Whether or not the message should be split into multiple messages if * @property {boolean|SplitOptions} [split=false] Whether or not the message should be split into multiple messages if
* it exceeds the character limit. If an object is provided, these are the options for splitting the message * it exceeds the character limit. If an object is provided, these are the options for splitting the message
* @property {MessageResolvable} [replyTo] The message to reply to (must be in the same channel) * @property {MessageResolvable} [replyTo] The message to reply to (must be in the same channel and not system)
*/ */
/** /**