Go to file
2023-05-09 16:03:33 +02:00
.bundle add bundle config 2022-10-07 15:11:26 +02:00
.gitignore ignore scoreboard yml 2022-10-07 15:59:25 +02:00
block.gif send block gif for math questions 2023-05-09 13:38:32 +02:00
coin.gif new coin 2022-10-07 17:08:48 +02:00
coin.rb fix missing global variable token 2023-05-09 16:03:33 +02:00
Gemfile add dotenv to Gemfile 2022-10-07 15:59:07 +02:00
Gemfile.lock add dotenv to Gemfile 2022-10-07 15:59:07 +02:00
README.md readme 2022-10-07 17:17:01 +02:00

BANKERBOT

discord bot written in ruby using discordrb

setup

uses dotenv and discordrb so install them with bundler

ya gotta have DISCORD_TOKEN and BOT_CHANNEL in a .env file so it knows what bot and channel to use

run me!!

$ bundle install
$ bundle exec ruby coin.rb