Skip to content

lucasmenezesds/discord_bot-faz-de-tudo

Repository files navigation

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

About

Personal project of a Discord Bot

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages