2
0
mirror of https://github.com/thedevs-network/the-guard-bot synced 2025-09-03 15:45:20 +00:00

master id name fix in example

This commit is contained in:
Pouria Ezzati
2017-10-11 00:26:53 +03:30
parent 38b48a48b1
commit 752d839624

View File

@@ -1,5 +1,5 @@
{ {
"masterID": 123456789, // master admin ID as a number or username as astring. "master": 123456789, // master admin ID as a number or username as astring.
"token": "", // bot token. "token": "", // bot token.
"numberOfWarnsToBan": 3, // Number of warns that will get someone banned. "numberOfWarnsToBan": 3, // Number of warns that will get someone banned.
"groupsInlineKeyboard": [], // [[inlineButton]] -> inline keyboard to be added to reply to /groups "groupsInlineKeyboard": [], // [[inlineButton]] -> inline keyboard to be added to reply to /groups