Skip to content

Commit

Permalink
change about
Browse files Browse the repository at this point in the history
  • Loading branch information
uncreativeCultist committed Jul 11, 2024
1 parent 6ef9581 commit 4f1ad9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/com/jagrosh/jmusicbot/JMusicBot.java
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 4f1ad9d

Please sign in to comment.