removed crawl
This commit is contained in:
parent
7d75d71b2b
commit
b15d88cc43
@ -17,13 +17,11 @@ In your bin/debug folder (or next to your exe), you must have a file called 'cre
|
||||
"Password":"bot_password",
|
||||
"GoogleAPIKey":"google_api_key",
|
||||
"OwnerID":123123123123,
|
||||
"Crawl":false,
|
||||
"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.
|
||||
- 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.
|
||||
- If you have **Windows7**, you need to install [Parse.Api](https://www.nuget.org/packages/Parse.Api/) instead of the library that comes with this project
|
||||
|
Loading…
Reference in New Issue
Block a user