Skip to content

Commit 80d60c7

Browse files
authored
Update chatSend.js
1 parent 9fe38b0 commit 80d60c7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

util/chatSend.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ const chatSend = async (message) => {
1818
message.sendInline(reply.cnt, { allowedMentions: { repliedUser: false } });
1919
} else if(!reply) {
2020
message.channel.stopTyping();
21-
message.sendInline("no reply from the api", { allowedMentions: { repliedUser: false } });
21+
message.sendInline("no reply came from the api", { allowedMentions: { repliedUser: false } });
2222
}
2323
})
2424
} catch (e) {

0 commit comments

Comments
 (0)