to set activity and get basic data like nbr of guild ++ add ascii art because why the hell not ?
30 lines
414 B
TOML
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"
|