From a4c383e8fcc35a17e81db58faf8bd3148947a324 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?lillie=E2=84=A2?= <66176496+lilliepad1@users.noreply.github.com> Date: Thu, 11 Jul 2024 11:08:25 -0400 Subject: [PATCH] counter argument: small grammar mistake --- src/main/java/com/jagrosh/jmusicbot/JMusicBot.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/com/jagrosh/jmusicbot/JMusicBot.java b/src/main/java/com/jagrosh/jmusicbot/JMusicBot.java index 98f7a7b5d..af66db19e 100644 --- a/src/main/java/com/jagrosh/jmusicbot/JMusicBot.java +++ b/src/main/java/com/jagrosh/jmusicbot/JMusicBot.java @@ -172,7 +172,7 @@ private static CommandClient createCommandClient(BotConfig config, SettingsManag { // instantiate about command AboutCommand aboutCommand = new AboutCommand(Color.BLUE.brighter(), - "[ The Anarchist's music bot! I am powered by [ShiverFork!](https://github.com/lilliepad1/MusicBotShiverFork) (v" + OtherUtil.getCurrentVersion() + ")", + "The Anarchist's music bot! I am powered by [ShiverFork!](https://github.com/lilliepad1/MusicBotShiverFork) (v" + OtherUtil.getCurrentVersion() + ")", new String[]{"Amazing Performance!", "Supports a ton of sites!", "Easy to host yourself!"}, RECOMMENDED_PERMS); aboutCommand.setIsAuthor(false);