Changed readme to affect the api change
BotMention in 'credentials.json' is no longer @BotName, but<@bot_id>
This commit is contained in:
parent
203bbd40cc
commit
c62e3f6520
@ -12,7 +12,7 @@ In your bin/debug folder (or next to your exe), you must have a file called 'cre
|
|||||||
```json
|
```json
|
||||||
{
|
{
|
||||||
"Username":"bot_email",
|
"Username":"bot_email",
|
||||||
"BotMention":"@BotName",
|
"BotMention":"<@bot_id>",
|
||||||
"Password":"bot_password",
|
"Password":"bot_password",
|
||||||
"GoogleAPIKey":"google_api_key",
|
"GoogleAPIKey":"google_api_key",
|
||||||
"OwnerID":123123123123,
|
"OwnerID":123123123123,
|
||||||
|
Loading…
Reference in New Issue
Block a user