Discord bot allowing currency conversions and rates listing. This bot uses the same API as https://currencyconversion.be.
This bot has been discontinued and is thus no longer publicly hosted. Apologies for any inconvenience.
This bot can also be self-hosted up until version 0.2.7. The newer version calls an API maintained separately.
In order to run the application, one must first add a Discord bot token to bot.token
in the token.properties
file.
Note that a bot token should never be committed in git!
When running directly using java -jar
you can also pass your token as a first run argument instead. This is also the used approach in the Dockerfile
.
To start using the bot itself, it is recommended to issue the 'help' command (don't forget the prefix, which is '/' by default) to retrieve an overview of available commands. Each command has a similar help overview which can be called with the option: -h or --help (e.g.: convert -h).
When running the application from the Dockerfile
make sure to add a new BOT_TOKEN
environment variable with the bot token as value so it can be picked up
in the underlying java -jar
entrypoint command.