We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86b1dd7 commit ca143b0Copy full SHA for ca143b0
src/modules/chat.ts
@@ -63,7 +63,7 @@ const cbchat = {
63
/**
64
* Waits for a reply to a sent message.
65
* @param {string} message - The message for which a reply is expected.
66
- * @returns {Promise<string>} A promise that resolves with the reply.
+ * @returns {Promise<ChatMessage>} A promise that resolves with the reply.
67
*/
68
waitforReply: (message: string): Promise<string> => {
69
return new Promise((resolve, reject) => {
0 commit comments