Skip to content

A simple modular Discord bot made in ruby.

License

Notifications You must be signed in to change notification settings

sousukes-archives/hBot

 
 

Repository files navigation

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

About

A simple modular Discord bot made in ruby.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 96.1%
  • Python 3.9%