Skip to content

Commit

Permalink
Update respond
Browse files Browse the repository at this point in the history
  • Loading branch information
madeyoga committed Nov 13, 2020
1 parent 11661d5 commit 264b8a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/command/general/CustomPrefixCommand.java
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ protected void execute(CommandEvent event) {
}

if (prefix.contains("$")) {
event.reply(":x: | Cannot use prefix that contains `$` and whitespaces");
event.reply(":x: | Cannot use prefix that contains `$` or whitespaces");
return;
}

Expand Down

0 comments on commit 264b8a9

Please sign in to comment.