bun-discord-bot/files/config.example.toml
2022-07-13 15:41:41 +02:00

16 lines
No EOL
264 B
TOML

# For start application rename it to config.toml !!
[server]
port = 3000
[client]
public_key = "CLIENT PUBLIC KEY"
token = "CLIENT TOKEN"
id = "CLIENT USER ID"
[commands]
guild_id = "GUILD ID"
[api]
github_personal_access_token = ""
github_webhooks_secret = ""