diff --git a/config.example.json b/config.example.json new file mode 100644 index 0000000..696cb0c --- /dev/null +++ b/config.example.json @@ -0,0 +1,5 @@ +{ + "token": "Token", + "clientId": "Client ID", + "guildId": "Guild ID" +} diff --git a/config.json.example b/config.json.example deleted file mode 100644 index 9bb1176..0000000 --- a/config.json.example +++ /dev/null @@ -1 +0,0 @@ -TOKEN="Example"