diff --git a/config.example.json b/config.example.json index 86afca1..6e7a8a0 100644 --- a/config.example.json +++ b/config.example.json @@ -1,8 +1,8 @@ { - "masterID": 123456789, // enter the master admin ID here. It must be number. - "token": "", // enter the bot token here. + "masterID": 123456789, // master admin ID as a number or username as astring. + "token": "", // bot token. "numberOfWarnsToBan": 3, // Number of warns that will get someone banned. "groupsInlineKeyboard": [], // [[inlineButton]] -> inline keyboard to be added to reply to /groups - "excludedChannels": [], // [String] -> list of channels usernames to be excluded from warnings - "excludedGroups": [] // [String] -> list of groups links 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, use "*" to disable this feature. }