mirror of
https://github.com/xHyroM/bun-discord-bot.git
synced 2024-11-13 02:18:08 +01:00
16 lines
No EOL
264 B
TOML
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 = "" |