From 9381ee6d5a2553e89a4ee5abb82cddb4b1359752 Mon Sep 17 00:00:00 2001 From: Reasonless <28310208+Reasonlesss@users.noreply.github.com> Date: Sun, 8 Aug 2021 13:54:25 +0100 Subject: [PATCH] discord android doesn't support `` :angry: --- .../helpbot/bot/command/impl/other/mod/MuteCommand.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);