Add logging to discord bot

added 'drowned' event handler in discord bot too
This commit is contained in:
nzBryce101
2024-04-12 20:06:50 +12:00
parent 56665b0f76
commit e256a57acc
5 changed files with 56 additions and 2 deletions

View File

@@ -67,6 +67,13 @@
</exclusion>
</exclusions>
</dependency>
<!-- Logging-->
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-core</artifactId>
<version>2.23.1</version> <!-- Use the latest STABLE version -->
</dependency>
<!-- Add other dependencies as needed -->
</dependencies>