diff --git a/examples/config_pycord.json b/examples/config_pycord.json new file mode 100644 index 0000000..128ebde --- /dev/null +++ b/examples/config_pycord.json @@ -0,0 +1,13 @@ +{ + "locale": "en", + "debug": false, + "bot": { + "owners": [ + 0 + ], + "debug_guilds": [ + 0 + ], + "bot_token": "" + } +} \ No newline at end of file diff --git a/examples/config.json b/examples/config_pyrogram.json similarity index 100% rename from examples/config.json rename to examples/config_pyrogram.json