Skip to content
This repository has been archived by the owner on Apr 29, 2022. It is now read-only.

Commit

Permalink
fix some outputs
Browse files Browse the repository at this point in the history
  • Loading branch information
iwa committed Sep 11, 2020
1 parent f193477 commit 10436c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/commands/utility/help.ts
Original file line number Diff line number Diff line change
Expand Up @@ -97,13 +97,13 @@ async function sendHelp(msg: Message, guildConf: any) {
await msg.channel.send(member)
await msg.author.send(mod)
} catch (ex) {
return msg.channel.send(":x: > **Please open your DMs, I can't reach you**")
return msg.channel.send(":x: **Please open your DMs, I can't reach you**")
}
else
try {
await msg.channel.send(member)
} catch {
return msg.channel.send(":x: > **Commands list loading, redo the commands in a few seconds!**")
return msg.channel.send(":x: **Commands list loading, redo the command in a few seconds!**")
}
}

Expand Down

0 comments on commit 10436c5

Please sign in to comment.