Merge branch 'dev' into improve/structure
All checks were successful
github-mirror / push-github (push) Successful in 3s
Build / Gradle-Build (push) Successful in 1m20s
Test / Gradle-Test (push) Successful in 49s

This commit is contained in:
2025-03-01 22:59:40 +00:00
17 changed files with 113 additions and 5487 deletions

View File

@@ -57,6 +57,8 @@ public class Discord4JWrapper extends LibraryWrapper {
if (api != null)
api.on(InteractionCreateEvent.class)
.subscribe(event -> handleInteraction(event));
else
logger.warn("GatewayDiscordClient was null so no Events were subscribed to.");
logger.info("Discord4J wrapper loaded!");
}