bankerbot-rb/README.md
2022-10-07 17:12:13 +02:00

17 lines
339 B
Markdown

# GET-COIN
discord bot written in ruby using [discordrb](https://github.com/shardlab/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
```