From 4f1ad9d882c8353d8de35a3d01f45e4fb88c6d6b 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:06:30 -0400 Subject: [PATCH] change about --- 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 d06153b99..98f7a7b5d 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(), - "[ShiverFork - The Anarchist's music bot!](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);