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