Files
multi-platform-bots/discord/.env.example
T

19 lines
481 B
Bash
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# Discord 机器人配置文件
# 复制为 .env 并填入实际值
# Discord Bot Token(必填)
# 获取地址:https://discord.com/developers/applications
DISCORD_TOKEN=your_discord_bot_token_here
# 命令前缀(可选,默认 !
COMMAND_PREFIX=!
# 管理员用户ID(可选,多个用逗号分隔)
ADMIN_IDS=
# 数据库路径(可选,默认 discord_resources.db
DATABASE_PATH=discord_resources.db
# 日志级别(可选,默认 INFO
LOG_LEVEL=INFO