Skip to content

v3.0.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 21 May 23:08
· 26 commits to main since this release

MongoDB has been replaced with a local SQLite database, using SQLDelight.

  1. Download Notify-3.0.0-all.jar from this release.

  2. Create a .env file in the same directory as the jar file.

  3. Add your API key to the .env file:

    DISCORD_API_KEY=[YOUR_API_KEY_HERE]
  4. Run the JAR

    java -jar Notify-3.0.0-all.jar

Full Changelog: v2.1.0...v3.0.0