Skip to content

Functional Discord Bot

Compare
Choose a tag to compare
@Kaysoro Kaysoro released this 19 Jan 11:24
· 731 commits to master since this release

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.