Skip to content

Latest commit

 

History

History
45 lines (30 loc) · 1.6 KB

README.md

File metadata and controls

45 lines (30 loc) · 1.6 KB

hBot

Build Status License GitHub Issues Discord Invite Library Discord Bots

A simple modular Discord bot made in ruby.

If you just want to add the bot to your Discord server, just click here.

Installing

  1. Clone the github repo.
git clone https://github.com/charagarlnad/hBot.git
  1. Install RVM using Ruby >= 2.5.

  2. Install libopus, libsodium, OpenCV, cowsay, FFMPEG, ImageMagick, Youtube-DL and Python3.

  3. Install Bundler.

gem install bundler
  1. Install the rest of the gems with Bundler.
bundle install
  1. Rename data/config-template.yaml to config.yaml and fill out the required fields.

  2. [Optional] Change global variables the bot uses in the main src/bot.rb file.

  3. Run the bot.

bundle exec ruby run.rb