Merge pull request #679 from tryka-1213/patch-1

Fixed TextBasedChannel.js documentation (non urgent)
This commit is contained in:
Elysia 2023-05-29 07:44:11 +07:00 committed by GitHub
commit f44bcfa72a
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