Code erstellt von OpenCode.ai

This commit is contained in:
ki
2026-03-15 09:12:21 +01:00
parent f3024c2594
commit f0c6f70b52
11 changed files with 419 additions and 0 deletions

7
config.py Normal file
View File

@@ -0,0 +1,7 @@
import os
class Config:
TELEGRAM_TOKEN = os.getenv('TELEGRAM_TOKEN')
RANDOM_CHANCE = float(os.getenv('RANDOM_CHANCE', '0.1'))
MAX_MESSAGES = 1000