Skip to content

Latest commit

 

History

History
40 lines (22 loc) · 793 Bytes

README.adoc

File metadata and controls

40 lines (22 loc) · 793 Bytes

Discord Bot "Faz de Tudo" ("Handyman")

Usage

  1. Set the ENV variables

    1. Use the env.template as example.

  2. Run the bot $ ruby app/application.rb

    1. Or check the development mode session.

ENV variables

BOT_ENV: Environment that the bot is running.

DISCORD_CLIENT_ID: Discord’s Client ID.

DISCORD_TOKEN: Bot’s token

DISCORD_PREFIX: Prefix used before the commands for the bot.

TIBIA SETTINGS

TIBIA_GUILD: Your guild’s name.

TIBIA_WORLD: Your world’s name.

Development Mode

For development environment the gem Dotenv is used, so you should run the project as following:

$ BOT_ENV=development bundle exec ruby app/application.rb

Modules

The Existing Modules for the bot are:

  • Tibia

  • Utils