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

Releases: DisBots-Studios-Inc/Spark

v1.0.4 - Information Update!

02 Jul 11:18
73abc24
Compare
Choose a tag to compare

Informational Update

Many new commands mostly were implemented in the release! links to the pull requests and issues:

PR: #14

Issues: #5 , #7 , #8 , #9 , #10 , #11 , #12 , #13

⚡ Highlights

  • Database storage of serverId's
  • Removed setPrefix command
  • Loads of new info commands
  • categories (internal)
  • semantic versioning

🕵️‍♂️ detailed changelog:

Here is a detailed list of all changes made to the final pull request:

➕ additions:

  • fixed hack in Magic8Ball command, see here
  • added Server model
  • added category in sdcf-4j
  • added ServerInfo command
  • added BotInfo command
  • added Github command
  • added Support command
  • added Kill command (dev only)
  • added Uptime command
  • updated javacord
  • fixed log4j logging to file

➖ deletions:

  • removed setPrefix command
  • removed mongo documents in favour of POJOS
  • updated old logger

Contributors in this release:

v0.2 - sdcf4j

02 May 10:21
dfce3d8
Compare
Choose a tag to compare
v0.2 - sdcf4j Pre-release
Pre-release

Command framework update

Many new features and bug fixes were implemented! links to the pull requests and issues:

PR: #2

Issue: #3

⚡ Highlights

  • sdcf4j command support
  • added utility classes
  • added help command

🕵️‍♂️ detailed changelog:

Here is a detailed list of all changes made to the final pull request:

➕ additions:

  • added sdcf4j and sdcf4j-javacord as projects for a multi-project build, for customization
  • added GNU public license v3
  • added a lot of JavaDoc
  • added MongoDB util
  • added log colors util
  • added embedMaker util
  • added help command
  • added SetPrefix command (partial)
  • copyright on each file

➖ deletions:

  • deprecated old CommandHandler
  • updated old emoji handler
  • removed JANSI library
  • updated old color palette

Contributors in this release:

First release v0.1

26 Apr 16:20
cc25fea
Compare
Choose a tag to compare
First release v0.1 Pre-release
Pre-release

minimal features... basic database support