Skip to content

krazyito65/ruby-wa-discord-bot

Repository files navigation

ruby-wa-discord-bot

WeakAuras discord bot re-written in ruby.

Basic set up:

git clone https://github.com/rbenv/rbenv.git ~/.rbenv
echo 'export PATH="$HOME/.rbenv/bin:$PATH"' >> ~/.bashrc
echo 'eval "$(rbenv init -)"' >> ~/.bashrc
git clone https://github.com/rbenv/ruby-build.git ~/.rbenv/plugins/ruby-build`
source ~/.bashrc
rbenv install 3.0.1
rbenv local 3.0.1
echo "gem: --no-document" > ~/.gemrc
gem install bundler
bundle install

Once you have all that installed, you need to create a file called token.yml. This file will contain your development and/or live tokens for use with the bot. Simply format it as such:

dev_token: your_testing_token
live_loken: your_main_token

While obvioulsy replacing the data with your actual tokens.

Currently using supervisor to keep the program running. supervisord supervisorctl restart ruby_weak_auras

Old depreacted bot: https://github.com/krazyito65/wa-discord-bot

About

weak auras discord bot re-written in ruby.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages