added forwardmessages to readme
This commit is contained in:
parent
c373111149
commit
49b521af4d
@ -19,13 +19,15 @@ In your bin/debug folder (or next to your exe), you must have a file called 'cre
|
|||||||
"OwnerID":123123123123,
|
"OwnerID":123123123123,
|
||||||
"ParseID":"parse_app_id",
|
"ParseID":"parse_app_id",
|
||||||
"ParseKey":"parse_api_key",
|
"ParseKey":"parse_api_key",
|
||||||
"TrelloAppKey": "your_trello_app_key"
|
"TrelloAppKey": "your_trello_app_key",
|
||||||
|
"ForwardMessages": true,
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
##### You can omit:
|
##### You can omit:
|
||||||
- Parse keys if you don't want logging
|
- Parse keys if you don't want logging
|
||||||
- googleAPIKey if you don't want music
|
- googleAPIKey if you don't want music
|
||||||
- TrelloAppKey if you don't need trello notifications
|
- TrelloAppKey if you don't need trello notifications
|
||||||
|
- ForwardMessages if you don't want bot PM messages to be redirected to you
|
||||||
```json
|
```json
|
||||||
{
|
{
|
||||||
"Username":"bot_email",
|
"Username":"bot_email",
|
||||||
|
Loading…
Reference in New Issue
Block a user