From 2ed348933bca099d7140312e1edc4d3d2d0e8d47 Mon Sep 17 00:00:00 2001 From: profitroll Date: Sun, 19 May 2024 14:48:16 +0200 Subject: [PATCH] Separated examples for Pyrogram and Pycord --- examples/config_pycord.json | 13 +++++++++++++ examples/{config.json => config_pyrogram.json} | 0 2 files changed, 13 insertions(+) create mode 100644 examples/config_pycord.json rename examples/{config.json => config_pyrogram.json} (100%) 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