auto-ban-bot/config.json.example

8 lines
161 B
Plaintext

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