fix position of Logging in InteractionRegistry
All checks were successful
github-mirror / push-github (push) Successful in 5s
Build / Gradle-Build (push) Successful in 35s
Test / Gradle-Test (push) Successful in 47s

This commit is contained in:
Tueem 2024-12-19 18:36:51 +01:00
parent 3d19fae6b8
commit 76ab779ab2
Signed by: tueem
GPG Key ID: F2CE0513D231AD7A

View File

@ -34,8 +34,8 @@ public class InteractionRegistry {
this.interactionMethods.add(iMethod);
logger.debug("Added {} method from {}", iMethod.getMethod().getName(), interactionHandler.getClass().getSimpleName());
}
logger.info("Added all Interactions from {}", interactionHandler.getClass().getSimpleName());
}
logger.info("Added all Interactions from {}", interactionHandler.getClass().getSimpleName());
}
public void registerCommands() {