start Discord bot and resolve some build path errs
This commit is contained in:
9
pom.xml
9
pom.xml
@@ -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>
|
||||
|
||||
|
Reference in New Issue
Block a user