From d3efa6b7a47df073d2b1e841a2af4925468ef328 Mon Sep 17 00:00:00 2001 From: Michael Date: Fri, 16 Dec 2022 06:52:01 -0500 Subject: [PATCH] Add a config.json template --- config.json.template | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 config.json.template diff --git a/config.json.template b/config.json.template new file mode 100644 index 0000000..3ee02bf --- /dev/null +++ b/config.json.template @@ -0,0 +1,5 @@ +{ + "token": "Bot Token Here", + "clientId": "0123456789012345678", + "botOwner": "DiscordUser#1234" +} \ No newline at end of file