From 2dae4fbde053555f89e026c0645615b92a5bc88f Mon Sep 17 00:00:00 2001 From: Ske Date: Mon, 1 Jul 2019 01:16:44 +0200 Subject: [PATCH] Actually add the example config file --- pluralkit.conf.example | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/pluralkit.conf.example b/pluralkit.conf.example index e69de29b..60ca0f30 100644 --- a/pluralkit.conf.example +++ b/pluralkit.conf.example @@ -0,0 +1,8 @@ +{ + "PluralKit": { + "Bot": { + "Token": "BOT_TOKEN_GOES_HERE" + }, + "Database": "Host=localhost;Port=5432;Username=myusername;Password=mypassword;Database=mydatabasename" + } +} \ No newline at end of file