From 0d6f98be193f8b627b952fdc8fef5faa5329423d Mon Sep 17 00:00:00 2001 From: fred Date: Fri, 7 Oct 2022 17:12:13 +0200 Subject: [PATCH] readme --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index 284839b..ec1a06b 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,16 @@ # 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 +```