a Clone of the Discord Bot Daydream in Java
This is not an exact clone, there are a few differences to the original.
Nightdream on DBL/top.gg
You can download NightDream from the wiki or from jitpack.io
- Run NightDream.jar (double-click it or execute
java -jar NightDream.jar
) - A directory NightDream with a file NightDream.properties should be created automatically
- paste your Discord Bot token right after token=
- You can also change various configurations in this file.
- You can now run the Bot again (double-click NightDream.jar or execute
java -jar NightDream.jar
)
- JRE >= 1.8.0_221
- execute
mvn clean package -DskipTests=true
in the project directory - the executable JAR file is in the directory
target
- JDK >= 8
- Maven 3