bankerbot-rb/README.md

17 lines
340 B
Markdown
Raw Permalink Normal View History

2022-10-07 15:17:01 +00:00
# BANKERBOT
2022-10-07 13:01:38 +00:00
discord bot written in ruby using [discordrb](https://github.com/shardlab/discordrb)
2022-10-07 15:12:13 +00:00
## 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
```