Skip to content
This repository has been archived by the owner on Jul 25, 2024. It is now read-only.

Commit

Permalink
Update Bot.java
Browse files Browse the repository at this point in the history
  • Loading branch information
larsenv authored Jul 27, 2023
1 parent 45eda9f commit 377fff5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/xyz/rc24/bot/Bot.java
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ JDABuilder initialize() {
.addEventListeners(commandManager)
.addEventListeners(this)
.addEventListeners(new CommandAutoCompletion())
.setStatus("I've been updated to perform nicer and run faster.");
.setActivity(Activity.playing("I've been updated to perform nicer and run faster."));


if (!(dataDogStatsListener == null))
Expand Down

0 comments on commit 377fff5

Please sign in to comment.