Add logging to discord bot
added 'drowned' event handler in discord bot too
This commit is contained in:
7
pom.xml
7
pom.xml
@@ -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>
|
||||
|
Reference in New Issue
Block a user