bun-discord-bot/files/config.example.toml

9 lines
161 B
TOML
Raw Normal View History

2022-07-10 18:30:00 +02:00
# For start application rename it to config.toml !!
[server]
port = 3000
[client]
public_key = "CLIENT PUBLIC KEY"
token = "CLIENT TOKEN"
id = "CLIENT USER ID"