auto-ban-bot/config.json.example

9 lines
193 B
Plaintext
Raw Normal View History

2018-07-24 13:31:04 +00:00
{
"telegramApiKey": "PUT YOUR KEY HERE",
"allowedChats": [123, 456],
2018-07-24 13:31:04 +00:00
"regexes": [
2024-06-15 04:47:55 +00:00
"test123",
"(?:@|(?:(?:(?:https?://)?t(?:elegram)?)\\.me\\/))(\\w{4,})bot"
2018-07-24 13:31:04 +00:00
]
}