From 5289e6100723b88b8df2eb0c746dbd2d5f58c90a Mon Sep 17 00:00:00 2001 From: hydrabolt Date: Fri, 14 Aug 2015 17:44:54 +0100 Subject: [PATCH] updated RM --- hydrabot/README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/hydrabot/README.md b/hydrabot/README.md index dfaab46a1..90aeffc4b 100644 --- a/hydrabot/README.md +++ b/hydrabot/README.md @@ -8,4 +8,12 @@ If you don't want to clone the repo but instead just use this folder, you need t ### Setting up credentials -Edit `config.json` to use your Discord email and password, and then run `node hydrabot.js`. +Create `config.json` to use your Discord email and password, and then run `node hydrabot.js`. + +What config.json should look like: +```js +{ + "email" : "your email", + "password" : "your password" +} +```