diff --git a/src/main/java/com/diamondfire/helpbot/bot/command/impl/other/mod/MuteCommand.java b/src/main/java/com/diamondfire/helpbot/bot/command/impl/other/mod/MuteCommand.java index b616d6d9..385e652d 100644 --- a/src/main/java/com/diamondfire/helpbot/bot/command/impl/other/mod/MuteCommand.java +++ b/src/main/java/com/diamondfire/helpbot/bot/command/impl/other/mod/MuteCommand.java @@ -79,7 +79,7 @@ public void run(CommandEvent event) { .compile(); builder.withPreset( - new InformativeReply(InformativeReplyType.SUCCESS, "Muted!", String.format("Player will be muted for ``%s``. They have been notified.", FormatUtil.formatMilliTime(timeLeft))) + new InformativeReply(InformativeReplyType.SUCCESS, "Muted!", String.format("Player will be muted for `%s`. They have been notified.", FormatUtil.formatMilliTime(timeLeft))) ); Guild guild = event.getGuild(); Role role = guild.getRoleById(MuteCommand.ROLE_ID);