tiger

command module
v0.0.0-...-90919ac Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 12, 2020 License: MIT Imports: 18 Imported by: 0

README

tiger

Build status

Discord bot for Open Tibia Servers (TFS 1.+)

Features

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

You can check all the bot commands on the tiger website

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:

[template]
directory = "template/" # Directory where the bot will search for templates
extension = ".tiger" # The exntesion of your templates

[server]
path = "" # Your server files location 
address = "" # Your server address with port included

[discord]
prefix = "/" # Prefix for the bot commands
token = "" # Discord bot token
status = "" # Bot status message (Playing...)
channels = ["test", "bot-test"] # Channels where the bot will listen to commands
deathChannels = ["test", "bot-test"] # Channels where the bot will broadcast player deaths

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

Documentation

You can all the documentation on the Tiger website

License

Tiger is licensed under the MIT license

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
app
xml

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL