From e8a216b9d753a47fb3daf781eb6f8d205e96e468 Mon Sep 17 00:00:00 2001 From: Joren Date: Sat, 6 Jul 2024 17:01:57 +0200 Subject: [PATCH] Add config struct to example file --- config.toml.example | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/config.toml.example b/config.toml.example index e69de29..4fd6b6e 100644 --- a/config.toml.example +++ b/config.toml.example @@ -0,0 +1,11 @@ +[discord] +client = "" +guildid = "" + +[database] +host = "" +port = 5432 +name = "" +username = "" +password = "" +