From a04b4cae3e0767d891ffcc8c20ab47606768cac6 Mon Sep 17 00:00:00 2001 From: Sugden <28943913+NotSugden@users.noreply.github.com> Date: Sat, 29 Feb 2020 14:11:06 +0000 Subject: [PATCH] docs(TextBasedChannel): fix typo (#3858) --- 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 77075701b..940ff4b93 100644 --- a/src/structures/interfaces/TextBasedChannel.js +++ b/src/structures/interfaces/TextBasedChannel.js @@ -59,7 +59,7 @@ class TextBasedChannel { * @property {MessageEmbed|Object} [embed] An embed for the message * (see [here](https://discordapp.com/developers/docs/resources/channel#embed-object) for more details) * @property {'none' | 'all' | 'everyone'} [disableMentions=this.client.options.disableMentions] Whether or not - * all mentionsor everyone/here mentions should be sanitized to prevent unexpected mentions + * all mentions or everyone/here mentions should be sanitized to prevent unexpected mentions * @property {FileOptions[]|BufferResolvable[]} [files] Files to send with the message * @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