Skip to content

Commit

Permalink
like the dev intended
Browse files Browse the repository at this point in the history
  • Loading branch information
uncreativeCultist committed Jul 11, 2024
1 parent a9cafad commit 49a88d7
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 @@ -182,7 +182,7 @@ private static CommandClient createCommandClient(BotConfig config, SettingsManag
CommandClientBuilder cb = new CommandClientBuilder()
.setPrefix(config.getPrefix())
.setAlternativePrefix(config.getAltPrefix())
.setPipedURL(config.getPiped())
// .setPipedURL(config.getPiped())
.setOwnerId(Long.toString(config.getOwnerId()))
.setEmojis(config.getSuccess(), config.getWarning(), config.getError())
.setHelpWord(config.getHelp())
Expand Down

0 comments on commit 49a88d7

Please sign in to comment.