Files
trbot/.example.env
Hubert Chen 1dc9864f96 refactor udonese logger
use path to run ffmpeg
auto convent webm to gif if have ffmpeg path
fix callback query just return
2025-06-24 04:16:23 +08:00

9 lines
337 B
Bash

BOT_TOKEN="114514:ABCDEFGHIJKLMNOPQRSTUVWXYZ"
WEBHOOK_URL="https://api.example.com/telegram-webhook"
DEBUG="true"
LOG_LEVEL="info"
LOG_FILE_LEVEL="warn"
CONFIG_PATH_TO_FILE="./path/to/your_config_file.yaml"
CONFIG_DIRECTORY="." # if use this, must have a config file name `config.yaml` in directory
FFMPEG_PATH="./ffmpeg/bin/ffmpeg.exe"