Skip to content

Releases: Kaysoro/KaellyBot

Slash

15 Nov 13:42
Compare
Choose a tag to compare
  • A quick implementation of slash commands to help their introduction via newer packages (cf. https://github.com/kaellybot)
  • A proper way to consume portals positions from dofus-portals.fr

Survival

02 Jun 17:54
Compare
Choose a tag to compare

This release aims to provide supports with the latest Discord4J version.
It understand also the support of the API managed by Survival#2355 and is the beginning of a next supported language: german.

Breaking change:
A redis server protected with a password is required to run correctly.

Take in account this release is published but the repository is maintained to the minimum, the real valuable version is Kaelly/Kaelly-core, the V2 of the project.

SNCF

03 Jun 01:10
Compare
Choose a tag to compare

This release includes the following issues:

Enhancements

Bug fixed

Breaking changes

  • Server table has now a new column : game

KaellyBot - Languages and Embed Displays

18 May 09:43
Compare
Choose a tag to compare

KaellyBot - Release 1.5.1

This is the second release of this application with new commands, bugs corrections and with the first commands useful for Dofus players on Discord. KaellyBot works with Java 1.8 and obviously, need an Internet access. As the first release, it is easy to add or modify commands: discord errors are easier to use, the commands architecture is cleaner and the customization is deeper. 1.5.1 can be described by the refactoring of !job command with the introduction of server dofus into it and also by the possibility to change the language (FR, EN, SP supported), introduced in 1.5.0. No release available for this previous version because of a lack of stability and major evolutions was planned.

Available commands

  • almanax, twitter & rss commands dedicated to provide informations from other supports
  • align & job that display players and their specializations/jobs
  • help & about provide informations about the bot
  • alliance, guild, item, monster, resource, set, whois retrieve informations from dofus website
  • dist, map, pos, tuto are commands dedicated for Dofus game too, that provide informations from unofficial website support like sweet.ovh or dofuspourlesnoobs.com
  • random, sound are tools commands not really affiliated to specific needs in Dofus, but can be useful
  • command, lang, prefix & server are configurations command, to customize the bot with a discord guild granularity level.

Package provided

The package is a zip format. It contains these files:

  • KaellyBot-1.5.1.jar : executable Java file
  • config.properties : Configuration file where you have to give your discord application token
  • bdd.sqlite : SQLite database used by KaellyBot

Execution

First, be carreful about the config.properties : you have to add your own discord application token in this file.
That's it, you are now ready to launch KaellyBot by using the command java -jar KaellyBot-1.5.1.jar.

Functional Discord Bot

19 Jan 11:24
Compare
Choose a tag to compare

KaellyBot - Release 1.0

This is the first release of this application (and by the way my first too) with the first commands useful for Dofus players on Discord. KaellyBot works with Java 1.8 and obviously, need an Internet access. The core structure is defined; in fact, it's relatively simple to add a new command : you have just to create your own regex expression.

Available commands

  • Almanax, permit you to know bonus and offers for a specific day
  • Git, to get this repository URL
  • Help, permit you to get some details about a command use
  • Job, a permanent job book to get in touch with makers and customers
  • Map, a command to generate randomly a Goultarminator map or from a specific list you provide
  • Music, for playing music from an URL with an audio extension
  • Parrot, repeat all your words
  • Portal, to give and get position portals though Discord
  • Right, administrative command to restrict the use of specific commands for specifics groups
  • RSS, permit you to feeds all the news from Dofus.com in a Discord channel

Package provided

The package is a zip format. It contains these files :

  • KaellyBot-1.0.jar : executable Java file
  • config.properties : Configuration file where you have to give your discord application token
  • bdd.sqlite : SQLite database used by KaellyBot

Execution

First, be carreful about the config.properties : you have to add your own discord application token in this file.
That's it, you are now ready to launch KaellyBot by using the command java -jar KaellyBot-1.0.jar.