forked from mud/bankerbot-rb
readme
This commit is contained in:
parent
b92f93607a
commit
0d6f98be19
13
README.md
13
README.md
@ -1,3 +1,16 @@
|
|||||||
# GET-COIN
|
# GET-COIN
|
||||||
|
|
||||||
discord bot written in ruby using [discordrb](https://github.com/shardlab/discordrb)
|
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
|
||||||
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user