Update TextBasedChannel.js

Fixed documentation code block (missed closing quotes)
This commit is contained in:
tryka-1213 2023-05-28 19:06:35 +01:00 committed by GitHub
parent d621c59701
commit d9e90b1a1d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -450,7 +450,7 @@ class TextBasedChannel {
* @returns {Promise<InteractionResponse>} * @returns {Promise<InteractionResponse>}
* @example * @example
* // Send a basic slash * // Send a basic slash
* channel.sendSlash('botid', 'ping) * channel.sendSlash('botid', 'ping')
* .then(console.log) * .then(console.log)
* .catch(console.error); * .catch(console.error);
* @example * @example