Skip to content

Commit

Permalink
counter argument: small grammar mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
uncreativeCultist committed Jul 11, 2024
1 parent 4f1ad9d commit a4c383e
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(),
"[ 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);
Expand Down

0 comments on commit a4c383e

Please sign in to comment.