From 7d75d71b2b4a7625b63fd96371ec3224abd178ee Mon Sep 17 00:00:00 2001 From: Master Kwoth Date: Mon, 11 Jan 2016 19:39:55 +0100 Subject: [PATCH] bot id clarity --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 80f43dd3..3f867935 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,7 @@ In your bin/debug folder (or next to your exe), you must have a file called 'cre "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. - Keep the crawl on false. - For google api key, you need to enable URL shortner and Youtube video search in the dev console. - For **ParseID** and **ParseKey**, you need to register on http://www.parse.com, get those values and create an app with these 3 classes: `'CommandsRan', 'Requests' and 'Stats'` in order to make the logging work.