How do you run the bot? #31
-
Im new to discord.java. How do you run the bot? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Also I tried installing Maven to execute Do you know any reasons it'd do that? |
Beta Was this translation helpful? Give feedback.
-
The library is named JDA, not discord.java. If you use IntelliJ, you can also press the Contr-Key twice and enter I have added build instructions in the README. |
Beta Was this translation helpful? Give feedback.
The library is named JDA, not discord.java.
In order to use maven (mvn, a java package manager just like npm for js), you need to Download and install it.
If you use IntelliJ, you can also press the Contr-Key twice and enter
mvn package
, in the text field that comes up, afterwards.I have added build instructions in the README.