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 9fe38b0 commit 80d60c7Copy full SHA for 80d60c7
1 file changed
util/chatSend.js
@@ -18,7 +18,7 @@ const chatSend = async (message) => {
18
message.sendInline(reply.cnt, { allowedMentions: { repliedUser: false } });
19
} else if(!reply) {
20
message.channel.stopTyping();
21
- message.sendInline("no reply from the api", { allowedMentions: { repliedUser: false } });
+ message.sendInline("no reply came from the api", { allowedMentions: { repliedUser: false } });
22
}
23
})
24
} catch (e) {
0 commit comments