Update TextBasedChannel.js
Fixed documentation code block (missed closing quotes)
This commit is contained in:
parent
d621c59701
commit
d9e90b1a1d
@ -450,7 +450,7 @@ class TextBasedChannel {
|
||||
* @returns {Promise<InteractionResponse>}
|
||||
* @example
|
||||
* // Send a basic slash
|
||||
* channel.sendSlash('botid', 'ping)
|
||||
* channel.sendSlash('botid', 'ping')
|
||||
* .then(console.log)
|
||||
* .catch(console.error);
|
||||
* @example
|
||||
|
Loading…
Reference in New Issue
Block a user