From 7dd3b47c8c59ed4e0d550a8840af84bf83e68cc3 Mon Sep 17 00:00:00 2001 From: Master Kwoth Date: Mon, 25 Jan 2016 15:16:31 +0100 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f6baba57..97a883cc 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,6 @@ In your bin/debug folder (or next to your exe), you must have a file called 'cre } ``` ##### You can omit: -- Parse keys if you don't want logging - googleAPIKey if you don't want music - TrelloAppKey if you don't need trello notifications - ForwardMessages if you don't want bot PM messages to be redirected to you @@ -34,6 +33,8 @@ In your bin/debug folder (or next to your exe), you must have a file called 'cre "BotMention":"<@bot_id>", "Password":"bot_password", "OwnerID":123123123123, + "ParseID":"parse_app_id", + "ParseKey":"parse_api_key", } ``` - BotMention(bot\_id) and OwnerID are **NOT** names of the owner and the bot. If you do not know the id of your bot, put 2 random numbers in those fields, run the bot and do `.uid @MyBotName` - that will give you your bot\_id, do the same for yourself `.uid @MyName` and copy the numbers in their respective fields.