Merge pull request #679 from tryka-1213/patch-1
Fixed TextBasedChannel.js documentation (non urgent)
This commit is contained in:
commit
f44bcfa72a
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user