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
|
||||
{
|
||||
"Username":"bot_email",
|
||||
"BotMention":"@BotName",
|
||||
"BotMention":"<@bot_id>",
|
||||
"Password":"bot_password",
|
||||
"GoogleAPIKey":"google_api_key",
|
||||
"OwnerID":123123123123,
|
||||
|
Loading…
x
Reference in New Issue
Block a user