start Discord bot and resolve some build path errs

This commit is contained in:
nzBryce101
2024-04-08 11:03:34 +12:00
parent a22aa1a24c
commit 19cd0ccd74
5 changed files with 43 additions and 10 deletions

View File

@@ -29,6 +29,15 @@
<artifactId>google-api-client</artifactId>
<version>2.4.0</version>
</dependency>
<!-- Discord API dependency -->
<!-- https://mvnrepository.com/artifact/net.dv8tion/JDA -->
<dependency>
<groupId>net.dv8tion</groupId>
<artifactId>JDA</artifactId>
<version>5.0.0-beta.22</version> <!-- or the latest version available -->
</dependency>
<!-- Add other dependencies as needed -->
</dependencies>