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

15 lines
236 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]
github_personal_access_token = ""