From 2069c84f7d8069bfc9e2b0495ed7bc50b23bc05e Mon Sep 17 00:00:00 2001 From: Lucas Date: Thu, 17 Dec 2020 22:27:49 +0100 Subject: [PATCH] Added config example --- config/config.example.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 config/config.example.json diff --git a/config/config.example.json b/config/config.example.json new file mode 100644 index 0000000..dc29cd2 --- /dev/null +++ b/config/config.example.json @@ -0,0 +1,5 @@ +{ + "prefix": "nagui", + "discord-token": "ENTERYOURDISCORDTOKEN", + "genius-token": "ENTERYOURGENIUSTOKEN" +} \ No newline at end of file