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