2
0
mirror of https://github.com/thedevs-network/the-guard-bot synced 2025-08-30 13:47:54 +00:00

updated config comments

This commit is contained in:
Pouria Ezzati 2017-10-11 00:25:30 +03:30
parent 89a8b5875f
commit 38b48a48b1

View File

@ -1,8 +1,8 @@
{ {
"masterID": 123456789, // enter the master admin ID here. It must be number. "masterID": 123456789, // master admin ID as a number or username as astring.
"token": "", // enter the bot token here. "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
"excludedChannels": [], // [String] -> list of channels usernames to be excluded from warnings "excludedChannels": [], // [String] -> list of channels usernames to be excluded from warnings, use "*" to disable this feature.
"excludedGroups": [] // [String] -> list of groups links to be excluded from warnings "excludedGroups": [] // [String] -> list of groups links to be excluded from warnings, use "*" to disable this feature.
} }