Skip to content
/ tiger Public
forked from Raggaer/tiger

Discord bot for Open Tibia Servers (WIP)

License

Notifications You must be signed in to change notification settings

Nu77/tiger

 
 

Repository files navigation

tiger

Build status

Discord bot for Open Tibia Servers

Features

  • Monster lookup (information, loot, players killed)
  • Vocation lookup (information)
  • Player lookup (information)
  • Latest server deaths
  • Solid template system

Installing

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

About

Discord bot for Open Tibia Servers (WIP)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 96.0%
  • PowerShell 4.0%