auto-ban-bot/config.json.example

9 lines
193 B
Plaintext

{
"telegramApiKey": "PUT YOUR KEY HERE",
"allowedChats": [123, 456],
"regexes": [
"test123",
"(?:@|(?:(?:(?:https?://)?t(?:elegram)?)\\.me\\/))(\\w{4,})bot"
]
}