From f1851f51a2e64bc3b296afaba6c6d4914c8df3ca Mon Sep 17 00:00:00 2001 From: Sayan Biswas Date: Thu, 7 Oct 2021 00:44:55 +0530 Subject: [PATCH] Add format to sample config Signed-off-by: Sayan Biswas --- sample_spb.conf | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/sample_spb.conf b/sample_spb.conf index e69de29..82086aa 100644 --- a/sample_spb.conf +++ b/sample_spb.conf @@ -0,0 +1,10 @@ +ShiinaConfig { + BotToken: "your bot token" + DatabaseName: "your database name" + BotAdmins: [] + Debug: true + DropUpdates: true +} + +# HOCON FORMATTED CONFIGURATION +