Skip to content

Commit ca143b0

Browse files
changes in chat response
1 parent 86b1dd7 commit ca143b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/modules/chat.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ const cbchat = {
6363
/**
6464
* Waits for a reply to a sent message.
6565
* @param {string} message - The message for which a reply is expected.
66-
* @returns {Promise<string>} A promise that resolves with the reply.
66+
* @returns {Promise<ChatMessage>} A promise that resolves with the reply.
6767
*/
6868
waitforReply: (message: string): Promise<string> => {
6969
return new Promise((resolve, reject) => {

0 commit comments

Comments
 (0)