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