From d9e90b1a1d4402d1873c703205d53ea8d67d0607 Mon Sep 17 00:00:00 2001 From: tryka-1213 <107329072+tryka-1213@users.noreply.github.com> Date: Sun, 28 May 2023 19:06:35 +0100 Subject: [PATCH] Update TextBasedChannel.js Fixed documentation code block (missed closing quotes) --- 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 398f389..11da672 100644 --- a/src/structures/interfaces/TextBasedChannel.js +++ b/src/structures/interfaces/TextBasedChannel.js @@ -450,7 +450,7 @@ class TextBasedChannel { * @returns {Promise} * @example * // Send a basic slash - * channel.sendSlash('botid', 'ping) + * channel.sendSlash('botid', 'ping') * .then(console.log) * .catch(console.error); * @example