bun-discord-bot/files/config.example.toml
2022-07-10 18:30:00 +02:00

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"