How do I run it? #36
Answered
by
danthe1st
Sylveondev
asked this question in
Questions
-
How do I run the bot. I'm new to JDA. |
Beta Was this translation helpful? Give feedback.
Answered by
danthe1st
Nov 8, 2020
Replies: 1 comment
-
At first, you will need to install maven and a JDK. You can then compile the bot using After that, you can run the JAR in the You also need to create a file called |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
danthe1st
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
At first, you will need to install maven and a JDK.
You can then compile the bot using
mvn package
.After that, you can run the JAR in the
target
directory.You also need to create a file called
.token
containing the bot token.