From f84cdca84fd9ff43b134d7a1bc43620f97f7567e Mon Sep 17 00:00:00 2001 From: benji7425 Date: Sat, 29 Oct 2016 18:33:13 +0100 Subject: [PATCH] Updated README.md to mention need for config.json --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 92cb1c6..cd502d1 100644 --- a/README.md +++ b/README.md @@ -1 +1,7 @@ -discord-feed-bot +# Development + +Requires a config.json file with field "token" containing your bot token + +`{ + "token": "abc123blahblahblahyourtokengoeshere" +}` \ No newline at end of file