bun-discord-bot/files/config.example.toml

16 lines
264 B
TOML
Raw Normal View History

2022-07-10 18:30:00 +02:00
# For start application rename it to config.toml !!
[server]
port = 3000
[client]
public_key = "CLIENT PUBLIC KEY"
token = "CLIENT TOKEN"
2022-07-10 21:41:00 +02:00
id = "CLIENT USER ID"
[commands]
guild_id = "GUILD ID"
[api]
2022-07-13 15:41:41 +02:00
github_personal_access_token = ""
github_webhooks_secret = ""