Discord bot for Open Tibia Servers
- Monster lookup (information, loot, players killed)
- Vocation lookup (information)
- Player lookup (information)
- Latest server deaths
- Solid template system
To install tiger you can grab the latest source and compile or download an already compiled tiger application (AppVeyor or GitHub releases)
Create a bot token on Discord
https://discordapp.com/developers/applications/me
Allow the bot to join your server
https://discordapp.com/developers/docs/topics/oauth2#bots
Configure config.toml.sample
file:
[server]
path = "" # Your server location
[discord]
prefix = "/" # Prefix for the bot commands
token = "" # Discord bot token
status = "" # Bot status message (Playing...)
By default tiger will try to load your database settings from your server config.lua
file, you can however use the config file for that too:
[database]
host = ""
user = ""
password = ""
schema = ""
Rename config.toml.sample
to config.toml
and execute tiger