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 f398571 commit 20db5e9Copy full SHA for 20db5e9
1 file changed
util/chatSend.js
@@ -16,7 +16,7 @@ const chatSend = async (message) => {
16
if (reply) {
17
message.channel.stopTyping();
18
message.sendInline(reply.cnt, { allowedMentions: { repliedUser: false } });
19
- } else if(!reply) {
+ } else if(!reply) {
20
21
message.sendInline("api did not respond at time [TIME OUT]", { allowedMentions: { repliedUser: false } });
22
}
0 commit comments