restart service on deploymenet
Build and Deploy Java Project / build-and-deploy (push) Successful in 1m0s

This commit is contained in:
allison
2026-08-28 13:02:15 -05:00
parent ac78a5241b
commit 5c8b63c7c9
@@ -35,7 +35,7 @@ public class DiscordManager {
.build() .build()
.awaitReady(); .awaitReady();
registerSlashCommands(); registerSlashCommands();
jda.getPresence().setActivity(Activity.competing("in robotics!")); jda.getPresence().setActivity(Activity.competing("robots!"));
LOGGER.info("Logged in as {}", jda.getSelfUser().getName()); LOGGER.info("Logged in as {}", jda.getSelfUser().getName());
} }