mirror of
https://github.com/xHyroM/bun-discord-bot.git
synced 2024-11-10 01:08:07 +01:00
9 lines
No EOL
161 B
TOML
9 lines
No EOL
161 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" |