From 5c4547e84dc05dae865ddf60becffc3218c0ba08 Mon Sep 17 00:00:00 2001 From: X-Classified Date: Mon, 14 Dec 2020 04:54:51 -0800 Subject: [PATCH] docs(TextBasedChannel): indicate that replyTo cannot be system (#5115) --- src/structures/interfaces/TextBasedChannel.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/structures/interfaces/TextBasedChannel.js b/src/structures/interfaces/TextBasedChannel.js index 744fecf8a..b2100569c 100644 --- a/src/structures/interfaces/TextBasedChannel.js +++ b/src/structures/interfaces/TextBasedChannel.js @@ -63,7 +63,7 @@ class TextBasedChannel { * @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 * 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) */ /**