From a4ab6a0a53b1f9617752f7157655724ec900c22a Mon Sep 17 00:00:00 2001 From: Andreas Date: Tue, 26 Sep 2023 13:41:30 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=A7=20Moved=20bot=20to=20.examples=20f?= =?UTF-8?q?older?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- {bot => .examples/Discord-Bot-API-Example}/README.md | 0 {bot => .examples/Discord-Bot-API-Example}/bot.py | 0 {bot => .examples/Discord-Bot-API-Example}/cogs/util/appc.py | 0 {bot => .examples/Discord-Bot-API-Example}/cogs/util/util.py | 0 {bot => .examples/Discord-Bot-API-Example}/example.config.json | 0 {bot => .examples/Discord-Bot-API-Example}/functions.py | 0 {bot => .examples/Discord-Bot-API-Example}/helpers/config.py | 0 {bot => .examples/Discord-Bot-API-Example}/helpers/general.py | 0 {bot => .examples/Discord-Bot-API-Example}/requirements.txt | 0 9 files changed, 0 insertions(+), 0 deletions(-) rename {bot => .examples/Discord-Bot-API-Example}/README.md (100%) rename {bot => .examples/Discord-Bot-API-Example}/bot.py (100%) rename {bot => .examples/Discord-Bot-API-Example}/cogs/util/appc.py (100%) rename {bot => .examples/Discord-Bot-API-Example}/cogs/util/util.py (100%) rename {bot => .examples/Discord-Bot-API-Example}/example.config.json (100%) rename {bot => .examples/Discord-Bot-API-Example}/functions.py (100%) rename {bot => .examples/Discord-Bot-API-Example}/helpers/config.py (100%) rename {bot => .examples/Discord-Bot-API-Example}/helpers/general.py (100%) rename {bot => .examples/Discord-Bot-API-Example}/requirements.txt (100%) diff --git a/bot/README.md b/.examples/Discord-Bot-API-Example/README.md similarity index 100% rename from bot/README.md rename to .examples/Discord-Bot-API-Example/README.md diff --git a/bot/bot.py b/.examples/Discord-Bot-API-Example/bot.py similarity index 100% rename from bot/bot.py rename to .examples/Discord-Bot-API-Example/bot.py diff --git a/bot/cogs/util/appc.py b/.examples/Discord-Bot-API-Example/cogs/util/appc.py similarity index 100% rename from bot/cogs/util/appc.py rename to .examples/Discord-Bot-API-Example/cogs/util/appc.py diff --git a/bot/cogs/util/util.py b/.examples/Discord-Bot-API-Example/cogs/util/util.py similarity index 100% rename from bot/cogs/util/util.py rename to .examples/Discord-Bot-API-Example/cogs/util/util.py diff --git a/bot/example.config.json b/.examples/Discord-Bot-API-Example/example.config.json similarity index 100% rename from bot/example.config.json rename to .examples/Discord-Bot-API-Example/example.config.json diff --git a/bot/functions.py b/.examples/Discord-Bot-API-Example/functions.py similarity index 100% rename from bot/functions.py rename to .examples/Discord-Bot-API-Example/functions.py diff --git a/bot/helpers/config.py b/.examples/Discord-Bot-API-Example/helpers/config.py similarity index 100% rename from bot/helpers/config.py rename to .examples/Discord-Bot-API-Example/helpers/config.py diff --git a/bot/helpers/general.py b/.examples/Discord-Bot-API-Example/helpers/general.py similarity index 100% rename from bot/helpers/general.py rename to .examples/Discord-Bot-API-Example/helpers/general.py diff --git a/bot/requirements.txt b/.examples/Discord-Bot-API-Example/requirements.txt similarity index 100% rename from bot/requirements.txt rename to .examples/Discord-Bot-API-Example/requirements.txt