Skip to content

Commit

Permalink
test deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaktushose committed Nov 27, 2023
1 parent 25fa18f commit c986edc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/com/github/kaktushose/nplaybot/Bot.java
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ private Bot(String token) throws InterruptedException {
.setStatus(OnlineStatus.IDLE)
.build().awaitReady();

jda.getPresence().setPresence(OnlineStatus.ONLINE, Activity.customStatus("Version 3.0.1"));
jda.getPresence().setPresence(OnlineStatus.ONLINE, Activity.customStatus("Version 3.0.2"));

jdaCommands = JDACommands.start(jda, Bot.class, "com.github.kaktushose.nplaybot");
}
Expand Down

0 comments on commit c986edc

Please sign in to comment.