From dfa55891b5a3be55c9c864d3803e592a88e792ab Mon Sep 17 00:00:00 2001 From: "lucas.mathieu" 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