Skip to content
This repository has been archived by the owner on Apr 21, 2022. It is now read-only.

JDiscordBots/NightDream

NightDream Quality Gate Status Public Instance Status Release

a Clone of the Discord Bot Daydream in Java

This is not an exact clone, there are a few differences to the original.

Invite Nightdream to your Server

Invite

Nightdream on DBL/top.gg

Link

Vote for Nightdream

Host NightDream by yourself

Download

You can download NightDream from the wiki or from jitpack.io

Setup

  • 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)

Requirements for hosting NightDream

  • JRE >= 1.8.0_221

Build NightDream on your own

  • execute mvn clean package -DskipTests=true in the project directory
  • the executable JAR file is in the directory target

Requirements for building NightDream

  • JDK >= 8
  • Maven 3