Telegram Webhookによるボット操作機能を追加(課題の追加・完了・一覧・スヌーズ対応)

This commit is contained in:
2026-06-07 12:04:47 +09:00
parent c7f4c40964
commit bd600c24c9
10 changed files with 812 additions and 20 deletions

View File

@@ -59,6 +59,10 @@ rate_limit_window = 60
; ユーザーはプロフィール画面でChat IDを設定します
telegram_bot_token =
; Telegram Webhook シークレットトークン(任意)
; setWebhook の secret_token に指定した値と一致させる
; telegram_webhook_secret = your-webhook-secret
[captcha]
; CAPTCHAを有効にするか (true/false)
enabled = false