BotTerre/resources/config.toml
Max batleforc 7f8aebb1e5
feat: Setup preflight check to be sure that user is admin ++ add event
to set activity and get basic data like nbr of guild ++ add ascii art
because why the hell not ?
2025-05-26 00:42:51 +02:00

30 lines
414 B
TOML

bot_name = "Mioneolas"
env = "dev-che"
port = 5437
token = ""
prefix = "!"
default_status = "Cooking some nasty shit !"
[persistence]
host = "127.0.0.1"
port = 8123
user = "default"
password = "password"
database = "default"
[[tracing]]
kind = "Console"
name = "console"
level = 2
[tracing.additional]
[[tracing]]
kind = "Otel"
name = "otel"
level = 1
[tracing.additional]
endpoint = "http://localhost:4317"