From 9731dff86dd5ed46d8ba3dbab240482e20eeb045 Mon Sep 17 00:00:00 2001 From: Vermium Sifell Date: Wed, 19 Oct 2022 21:23:50 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A8=20move=20away=20from=20plugins=20f?= =?UTF-8?q?older?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/{plugins => }/buttons/primary/index.ts | 0 src/{plugins => }/commands/config/index.ts | 0 src/{plugins => }/commands/config/modules/audits/index.ts | 0 src/{plugins => }/commands/config/modules/cpgg/index.ts | 0 src/{plugins => }/commands/config/modules/credits/index.ts | 0 .../commands/config/modules/embeds/components/getValues/index.ts | 0 src/{plugins => }/commands/config/modules/embeds/index.ts | 0 src/{plugins => }/commands/config/modules/index.ts | 0 src/{plugins => }/commands/config/modules/points/index.ts | 0 src/{plugins => }/commands/config/modules/shop/index.ts | 0 src/{plugins => }/commands/config/modules/welcome/index.ts | 0 src/{plugins => }/commands/counters/index.ts | 0 src/{plugins => }/commands/counters/modules/index.ts | 0 src/{plugins => }/commands/counters/modules/view/index.ts | 0 src/{plugins => }/commands/credits/index.ts | 0 src/{plugins => }/commands/credits/modules/balance/index.ts | 0 src/{plugins => }/commands/credits/modules/gift/index.ts | 0 src/{plugins => }/commands/credits/modules/index.ts | 0 src/{plugins => }/commands/credits/modules/top/index.ts | 0 src/{plugins => }/commands/credits/modules/work/index.ts | 0 src/{plugins => }/commands/dns/index.ts | 0 src/{plugins => }/commands/dns/modules/index.ts | 0 src/{plugins => }/commands/dns/modules/lookup/index.ts | 0 src/{plugins => }/commands/fun/index.ts | 0 src/{plugins => }/commands/fun/modules/index.ts | 0 src/{plugins => }/commands/fun/modules/meme/index.ts | 0 src/{plugins => }/commands/manage/index.ts | 0 src/{plugins => }/commands/manage/modules/counters/index.ts | 0 .../commands/manage/modules/counters/modules/add/index.ts | 0 .../commands/manage/modules/counters/modules/index.ts | 0 .../commands/manage/modules/counters/modules/remove/index.ts | 0 src/{plugins => }/commands/manage/modules/credits/index.ts | 0 .../commands/manage/modules/credits/modules/give/index.ts | 0 .../commands/manage/modules/credits/modules/giveaway/index.ts | 0 .../commands/manage/modules/credits/modules/index.ts | 0 .../commands/manage/modules/credits/modules/set/index.ts | 0 .../commands/manage/modules/credits/modules/take/index.ts | 0 .../commands/manage/modules/credits/modules/transfer/index.ts | 0 src/{plugins => }/commands/manage/modules/index.ts | 0 src/{plugins => }/commands/moderation/index.ts | 0 src/{plugins => }/commands/moderation/modules/index.ts | 0 src/{plugins => }/commands/moderation/modules/prune/index.ts | 0 src/{plugins => }/commands/profile/index.ts | 0 src/{plugins => }/commands/profile/modules/index.ts | 0 src/{plugins => }/commands/profile/modules/view/index.ts | 0 src/{plugins => }/commands/reputation/index.ts | 0 .../reputation/modules/give/components/noSelfReputation.ts | 0 src/{plugins => }/commands/reputation/modules/give/index.ts | 0 src/{plugins => }/commands/reputation/modules/index.ts | 0 src/{plugins => }/commands/shop/index.ts | 0 src/{plugins => }/commands/shop/modules/cpgg/index.ts | 0 src/{plugins => }/commands/shop/modules/index.ts | 0 src/{plugins => }/commands/shop/modules/roles/index.ts | 0 .../commands/shop/modules/roles/modules/buy/index.ts | 0 .../commands/shop/modules/roles/modules/cancel/index.ts | 0 src/{plugins => }/commands/shop/modules/roles/modules/index.ts | 0 src/{plugins => }/commands/utility/index.ts | 0 src/{plugins => }/commands/utility/modules/about/index.ts | 0 src/{plugins => }/commands/utility/modules/avatar/index.ts | 0 src/{plugins => }/commands/utility/modules/index.ts | 0 src/{plugins => }/commands/utility/modules/ping/index.ts | 0 src/{plugins => }/commands/utility/modules/stats/index.ts | 0 src/{plugins => }/events/guildCreate/index.ts | 0 src/{plugins => }/events/guildDelete/index.ts | 0 src/{plugins => }/events/guildMemberAdd/audits.ts | 0 src/{plugins => }/events/guildMemberAdd/index.ts | 0 src/{plugins => }/events/guildMemberAdd/joinMessage.ts | 0 src/{plugins => }/events/guildMemberRemove/audits.ts | 0 src/{plugins => }/events/guildMemberRemove/index.ts | 0 src/{plugins => }/events/guildMemberRemove/leaveMessage.ts | 0 src/{plugins => }/events/interactionCreate/audits.ts | 0 .../events/interactionCreate/handlers/button/index.ts | 0 .../events/interactionCreate/handlers/command/index.ts | 0 src/{plugins => }/events/interactionCreate/handlers/index.ts | 0 src/{plugins => }/events/interactionCreate/index.ts | 0 src/{plugins => }/events/messageCreate/index.ts | 0 src/{plugins => }/events/messageCreate/modules/counters/index.ts | 0 src/{plugins => }/events/messageCreate/modules/credits/index.ts | 0 src/{plugins => }/events/messageCreate/modules/index.ts | 0 src/{plugins => }/events/messageCreate/modules/points/index.ts | 0 src/{plugins => }/events/messageDelete/audits.ts | 0 src/{plugins => }/events/messageDelete/index.ts | 0 src/{plugins => }/events/messageDelete/modules/counter.ts | 0 src/{plugins => }/events/messageUpdate/audits.ts | 0 src/{plugins => }/events/messageUpdate/index.ts | 0 src/{plugins => }/events/messageUpdate/modules/counter.ts | 0 src/{plugins => }/events/rateLimit/index.ts | 0 src/{plugins => }/events/ready/index.ts | 0 88 files changed, 0 insertions(+), 0 deletions(-) rename src/{plugins => }/buttons/primary/index.ts (100%) rename src/{plugins => }/commands/config/index.ts (100%) rename src/{plugins => }/commands/config/modules/audits/index.ts (100%) rename src/{plugins => }/commands/config/modules/cpgg/index.ts (100%) rename src/{plugins => }/commands/config/modules/credits/index.ts (100%) rename src/{plugins => }/commands/config/modules/embeds/components/getValues/index.ts (100%) rename src/{plugins => }/commands/config/modules/embeds/index.ts (100%) rename src/{plugins => }/commands/config/modules/index.ts (100%) rename src/{plugins => }/commands/config/modules/points/index.ts (100%) rename src/{plugins => }/commands/config/modules/shop/index.ts (100%) rename src/{plugins => }/commands/config/modules/welcome/index.ts (100%) rename src/{plugins => }/commands/counters/index.ts (100%) rename src/{plugins => }/commands/counters/modules/index.ts (100%) rename src/{plugins => }/commands/counters/modules/view/index.ts (100%) rename src/{plugins => }/commands/credits/index.ts (100%) rename src/{plugins => }/commands/credits/modules/balance/index.ts (100%) rename src/{plugins => }/commands/credits/modules/gift/index.ts (100%) rename src/{plugins => }/commands/credits/modules/index.ts (100%) rename src/{plugins => }/commands/credits/modules/top/index.ts (100%) rename src/{plugins => }/commands/credits/modules/work/index.ts (100%) rename src/{plugins => }/commands/dns/index.ts (100%) rename src/{plugins => }/commands/dns/modules/index.ts (100%) rename src/{plugins => }/commands/dns/modules/lookup/index.ts (100%) rename src/{plugins => }/commands/fun/index.ts (100%) rename src/{plugins => }/commands/fun/modules/index.ts (100%) rename src/{plugins => }/commands/fun/modules/meme/index.ts (100%) rename src/{plugins => }/commands/manage/index.ts (100%) rename src/{plugins => }/commands/manage/modules/counters/index.ts (100%) rename src/{plugins => }/commands/manage/modules/counters/modules/add/index.ts (100%) rename src/{plugins => }/commands/manage/modules/counters/modules/index.ts (100%) rename src/{plugins => }/commands/manage/modules/counters/modules/remove/index.ts (100%) rename src/{plugins => }/commands/manage/modules/credits/index.ts (100%) rename src/{plugins => }/commands/manage/modules/credits/modules/give/index.ts (100%) rename src/{plugins => }/commands/manage/modules/credits/modules/giveaway/index.ts (100%) rename src/{plugins => }/commands/manage/modules/credits/modules/index.ts (100%) rename src/{plugins => }/commands/manage/modules/credits/modules/set/index.ts (100%) rename src/{plugins => }/commands/manage/modules/credits/modules/take/index.ts (100%) rename src/{plugins => }/commands/manage/modules/credits/modules/transfer/index.ts (100%) rename src/{plugins => }/commands/manage/modules/index.ts (100%) rename src/{plugins => }/commands/moderation/index.ts (100%) rename src/{plugins => }/commands/moderation/modules/index.ts (100%) rename src/{plugins => }/commands/moderation/modules/prune/index.ts (100%) rename src/{plugins => }/commands/profile/index.ts (100%) rename src/{plugins => }/commands/profile/modules/index.ts (100%) rename src/{plugins => }/commands/profile/modules/view/index.ts (100%) rename src/{plugins => }/commands/reputation/index.ts (100%) rename src/{plugins => }/commands/reputation/modules/give/components/noSelfReputation.ts (100%) rename src/{plugins => }/commands/reputation/modules/give/index.ts (100%) rename src/{plugins => }/commands/reputation/modules/index.ts (100%) rename src/{plugins => }/commands/shop/index.ts (100%) rename src/{plugins => }/commands/shop/modules/cpgg/index.ts (100%) rename src/{plugins => }/commands/shop/modules/index.ts (100%) rename src/{plugins => }/commands/shop/modules/roles/index.ts (100%) rename src/{plugins => }/commands/shop/modules/roles/modules/buy/index.ts (100%) rename src/{plugins => }/commands/shop/modules/roles/modules/cancel/index.ts (100%) rename src/{plugins => }/commands/shop/modules/roles/modules/index.ts (100%) rename src/{plugins => }/commands/utility/index.ts (100%) rename src/{plugins => }/commands/utility/modules/about/index.ts (100%) rename src/{plugins => }/commands/utility/modules/avatar/index.ts (100%) rename src/{plugins => }/commands/utility/modules/index.ts (100%) rename src/{plugins => }/commands/utility/modules/ping/index.ts (100%) rename src/{plugins => }/commands/utility/modules/stats/index.ts (100%) rename src/{plugins => }/events/guildCreate/index.ts (100%) rename src/{plugins => }/events/guildDelete/index.ts (100%) rename src/{plugins => }/events/guildMemberAdd/audits.ts (100%) rename src/{plugins => }/events/guildMemberAdd/index.ts (100%) rename src/{plugins => }/events/guildMemberAdd/joinMessage.ts (100%) rename src/{plugins => }/events/guildMemberRemove/audits.ts (100%) rename src/{plugins => }/events/guildMemberRemove/index.ts (100%) rename src/{plugins => }/events/guildMemberRemove/leaveMessage.ts (100%) rename src/{plugins => }/events/interactionCreate/audits.ts (100%) rename src/{plugins => }/events/interactionCreate/handlers/button/index.ts (100%) rename src/{plugins => }/events/interactionCreate/handlers/command/index.ts (100%) rename src/{plugins => }/events/interactionCreate/handlers/index.ts (100%) rename src/{plugins => }/events/interactionCreate/index.ts (100%) rename src/{plugins => }/events/messageCreate/index.ts (100%) rename src/{plugins => }/events/messageCreate/modules/counters/index.ts (100%) rename src/{plugins => }/events/messageCreate/modules/credits/index.ts (100%) rename src/{plugins => }/events/messageCreate/modules/index.ts (100%) rename src/{plugins => }/events/messageCreate/modules/points/index.ts (100%) rename src/{plugins => }/events/messageDelete/audits.ts (100%) rename src/{plugins => }/events/messageDelete/index.ts (100%) rename src/{plugins => }/events/messageDelete/modules/counter.ts (100%) rename src/{plugins => }/events/messageUpdate/audits.ts (100%) rename src/{plugins => }/events/messageUpdate/index.ts (100%) rename src/{plugins => }/events/messageUpdate/modules/counter.ts (100%) rename src/{plugins => }/events/rateLimit/index.ts (100%) rename src/{plugins => }/events/ready/index.ts (100%) diff --git a/src/plugins/buttons/primary/index.ts b/src/buttons/primary/index.ts similarity index 100% rename from src/plugins/buttons/primary/index.ts rename to src/buttons/primary/index.ts diff --git a/src/plugins/commands/config/index.ts b/src/commands/config/index.ts similarity index 100% rename from src/plugins/commands/config/index.ts rename to src/commands/config/index.ts diff --git a/src/plugins/commands/config/modules/audits/index.ts b/src/commands/config/modules/audits/index.ts similarity index 100% rename from src/plugins/commands/config/modules/audits/index.ts rename to src/commands/config/modules/audits/index.ts diff --git a/src/plugins/commands/config/modules/cpgg/index.ts b/src/commands/config/modules/cpgg/index.ts similarity index 100% rename from src/plugins/commands/config/modules/cpgg/index.ts rename to src/commands/config/modules/cpgg/index.ts diff --git a/src/plugins/commands/config/modules/credits/index.ts b/src/commands/config/modules/credits/index.ts similarity index 100% rename from src/plugins/commands/config/modules/credits/index.ts rename to src/commands/config/modules/credits/index.ts diff --git a/src/plugins/commands/config/modules/embeds/components/getValues/index.ts b/src/commands/config/modules/embeds/components/getValues/index.ts similarity index 100% rename from src/plugins/commands/config/modules/embeds/components/getValues/index.ts rename to src/commands/config/modules/embeds/components/getValues/index.ts diff --git a/src/plugins/commands/config/modules/embeds/index.ts b/src/commands/config/modules/embeds/index.ts similarity index 100% rename from src/plugins/commands/config/modules/embeds/index.ts rename to src/commands/config/modules/embeds/index.ts diff --git a/src/plugins/commands/config/modules/index.ts b/src/commands/config/modules/index.ts similarity index 100% rename from src/plugins/commands/config/modules/index.ts rename to src/commands/config/modules/index.ts diff --git a/src/plugins/commands/config/modules/points/index.ts b/src/commands/config/modules/points/index.ts similarity index 100% rename from src/plugins/commands/config/modules/points/index.ts rename to src/commands/config/modules/points/index.ts diff --git a/src/plugins/commands/config/modules/shop/index.ts b/src/commands/config/modules/shop/index.ts similarity index 100% rename from src/plugins/commands/config/modules/shop/index.ts rename to src/commands/config/modules/shop/index.ts diff --git a/src/plugins/commands/config/modules/welcome/index.ts b/src/commands/config/modules/welcome/index.ts similarity index 100% rename from src/plugins/commands/config/modules/welcome/index.ts rename to src/commands/config/modules/welcome/index.ts diff --git a/src/plugins/commands/counters/index.ts b/src/commands/counters/index.ts similarity index 100% rename from src/plugins/commands/counters/index.ts rename to src/commands/counters/index.ts diff --git a/src/plugins/commands/counters/modules/index.ts b/src/commands/counters/modules/index.ts similarity index 100% rename from src/plugins/commands/counters/modules/index.ts rename to src/commands/counters/modules/index.ts diff --git a/src/plugins/commands/counters/modules/view/index.ts b/src/commands/counters/modules/view/index.ts similarity index 100% rename from src/plugins/commands/counters/modules/view/index.ts rename to src/commands/counters/modules/view/index.ts diff --git a/src/plugins/commands/credits/index.ts b/src/commands/credits/index.ts similarity index 100% rename from src/plugins/commands/credits/index.ts rename to src/commands/credits/index.ts diff --git a/src/plugins/commands/credits/modules/balance/index.ts b/src/commands/credits/modules/balance/index.ts similarity index 100% rename from src/plugins/commands/credits/modules/balance/index.ts rename to src/commands/credits/modules/balance/index.ts diff --git a/src/plugins/commands/credits/modules/gift/index.ts b/src/commands/credits/modules/gift/index.ts similarity index 100% rename from src/plugins/commands/credits/modules/gift/index.ts rename to src/commands/credits/modules/gift/index.ts diff --git a/src/plugins/commands/credits/modules/index.ts b/src/commands/credits/modules/index.ts similarity index 100% rename from src/plugins/commands/credits/modules/index.ts rename to src/commands/credits/modules/index.ts diff --git a/src/plugins/commands/credits/modules/top/index.ts b/src/commands/credits/modules/top/index.ts similarity index 100% rename from src/plugins/commands/credits/modules/top/index.ts rename to src/commands/credits/modules/top/index.ts diff --git a/src/plugins/commands/credits/modules/work/index.ts b/src/commands/credits/modules/work/index.ts similarity index 100% rename from src/plugins/commands/credits/modules/work/index.ts rename to src/commands/credits/modules/work/index.ts diff --git a/src/plugins/commands/dns/index.ts b/src/commands/dns/index.ts similarity index 100% rename from src/plugins/commands/dns/index.ts rename to src/commands/dns/index.ts diff --git a/src/plugins/commands/dns/modules/index.ts b/src/commands/dns/modules/index.ts similarity index 100% rename from src/plugins/commands/dns/modules/index.ts rename to src/commands/dns/modules/index.ts diff --git a/src/plugins/commands/dns/modules/lookup/index.ts b/src/commands/dns/modules/lookup/index.ts similarity index 100% rename from src/plugins/commands/dns/modules/lookup/index.ts rename to src/commands/dns/modules/lookup/index.ts diff --git a/src/plugins/commands/fun/index.ts b/src/commands/fun/index.ts similarity index 100% rename from src/plugins/commands/fun/index.ts rename to src/commands/fun/index.ts diff --git a/src/plugins/commands/fun/modules/index.ts b/src/commands/fun/modules/index.ts similarity index 100% rename from src/plugins/commands/fun/modules/index.ts rename to src/commands/fun/modules/index.ts diff --git a/src/plugins/commands/fun/modules/meme/index.ts b/src/commands/fun/modules/meme/index.ts similarity index 100% rename from src/plugins/commands/fun/modules/meme/index.ts rename to src/commands/fun/modules/meme/index.ts diff --git a/src/plugins/commands/manage/index.ts b/src/commands/manage/index.ts similarity index 100% rename from src/plugins/commands/manage/index.ts rename to src/commands/manage/index.ts diff --git a/src/plugins/commands/manage/modules/counters/index.ts b/src/commands/manage/modules/counters/index.ts similarity index 100% rename from src/plugins/commands/manage/modules/counters/index.ts rename to src/commands/manage/modules/counters/index.ts diff --git a/src/plugins/commands/manage/modules/counters/modules/add/index.ts b/src/commands/manage/modules/counters/modules/add/index.ts similarity index 100% rename from src/plugins/commands/manage/modules/counters/modules/add/index.ts rename to src/commands/manage/modules/counters/modules/add/index.ts diff --git a/src/plugins/commands/manage/modules/counters/modules/index.ts b/src/commands/manage/modules/counters/modules/index.ts similarity index 100% rename from src/plugins/commands/manage/modules/counters/modules/index.ts rename to src/commands/manage/modules/counters/modules/index.ts diff --git a/src/plugins/commands/manage/modules/counters/modules/remove/index.ts b/src/commands/manage/modules/counters/modules/remove/index.ts similarity index 100% rename from src/plugins/commands/manage/modules/counters/modules/remove/index.ts rename to src/commands/manage/modules/counters/modules/remove/index.ts diff --git a/src/plugins/commands/manage/modules/credits/index.ts b/src/commands/manage/modules/credits/index.ts similarity index 100% rename from src/plugins/commands/manage/modules/credits/index.ts rename to src/commands/manage/modules/credits/index.ts diff --git a/src/plugins/commands/manage/modules/credits/modules/give/index.ts b/src/commands/manage/modules/credits/modules/give/index.ts similarity index 100% rename from src/plugins/commands/manage/modules/credits/modules/give/index.ts rename to src/commands/manage/modules/credits/modules/give/index.ts diff --git a/src/plugins/commands/manage/modules/credits/modules/giveaway/index.ts b/src/commands/manage/modules/credits/modules/giveaway/index.ts similarity index 100% rename from src/plugins/commands/manage/modules/credits/modules/giveaway/index.ts rename to src/commands/manage/modules/credits/modules/giveaway/index.ts diff --git a/src/plugins/commands/manage/modules/credits/modules/index.ts b/src/commands/manage/modules/credits/modules/index.ts similarity index 100% rename from src/plugins/commands/manage/modules/credits/modules/index.ts rename to src/commands/manage/modules/credits/modules/index.ts diff --git a/src/plugins/commands/manage/modules/credits/modules/set/index.ts b/src/commands/manage/modules/credits/modules/set/index.ts similarity index 100% rename from src/plugins/commands/manage/modules/credits/modules/set/index.ts rename to src/commands/manage/modules/credits/modules/set/index.ts diff --git a/src/plugins/commands/manage/modules/credits/modules/take/index.ts b/src/commands/manage/modules/credits/modules/take/index.ts similarity index 100% rename from src/plugins/commands/manage/modules/credits/modules/take/index.ts rename to src/commands/manage/modules/credits/modules/take/index.ts diff --git a/src/plugins/commands/manage/modules/credits/modules/transfer/index.ts b/src/commands/manage/modules/credits/modules/transfer/index.ts similarity index 100% rename from src/plugins/commands/manage/modules/credits/modules/transfer/index.ts rename to src/commands/manage/modules/credits/modules/transfer/index.ts diff --git a/src/plugins/commands/manage/modules/index.ts b/src/commands/manage/modules/index.ts similarity index 100% rename from src/plugins/commands/manage/modules/index.ts rename to src/commands/manage/modules/index.ts diff --git a/src/plugins/commands/moderation/index.ts b/src/commands/moderation/index.ts similarity index 100% rename from src/plugins/commands/moderation/index.ts rename to src/commands/moderation/index.ts diff --git a/src/plugins/commands/moderation/modules/index.ts b/src/commands/moderation/modules/index.ts similarity index 100% rename from src/plugins/commands/moderation/modules/index.ts rename to src/commands/moderation/modules/index.ts diff --git a/src/plugins/commands/moderation/modules/prune/index.ts b/src/commands/moderation/modules/prune/index.ts similarity index 100% rename from src/plugins/commands/moderation/modules/prune/index.ts rename to src/commands/moderation/modules/prune/index.ts diff --git a/src/plugins/commands/profile/index.ts b/src/commands/profile/index.ts similarity index 100% rename from src/plugins/commands/profile/index.ts rename to src/commands/profile/index.ts diff --git a/src/plugins/commands/profile/modules/index.ts b/src/commands/profile/modules/index.ts similarity index 100% rename from src/plugins/commands/profile/modules/index.ts rename to src/commands/profile/modules/index.ts diff --git a/src/plugins/commands/profile/modules/view/index.ts b/src/commands/profile/modules/view/index.ts similarity index 100% rename from src/plugins/commands/profile/modules/view/index.ts rename to src/commands/profile/modules/view/index.ts diff --git a/src/plugins/commands/reputation/index.ts b/src/commands/reputation/index.ts similarity index 100% rename from src/plugins/commands/reputation/index.ts rename to src/commands/reputation/index.ts diff --git a/src/plugins/commands/reputation/modules/give/components/noSelfReputation.ts b/src/commands/reputation/modules/give/components/noSelfReputation.ts similarity index 100% rename from src/plugins/commands/reputation/modules/give/components/noSelfReputation.ts rename to src/commands/reputation/modules/give/components/noSelfReputation.ts diff --git a/src/plugins/commands/reputation/modules/give/index.ts b/src/commands/reputation/modules/give/index.ts similarity index 100% rename from src/plugins/commands/reputation/modules/give/index.ts rename to src/commands/reputation/modules/give/index.ts diff --git a/src/plugins/commands/reputation/modules/index.ts b/src/commands/reputation/modules/index.ts similarity index 100% rename from src/plugins/commands/reputation/modules/index.ts rename to src/commands/reputation/modules/index.ts diff --git a/src/plugins/commands/shop/index.ts b/src/commands/shop/index.ts similarity index 100% rename from src/plugins/commands/shop/index.ts rename to src/commands/shop/index.ts diff --git a/src/plugins/commands/shop/modules/cpgg/index.ts b/src/commands/shop/modules/cpgg/index.ts similarity index 100% rename from src/plugins/commands/shop/modules/cpgg/index.ts rename to src/commands/shop/modules/cpgg/index.ts diff --git a/src/plugins/commands/shop/modules/index.ts b/src/commands/shop/modules/index.ts similarity index 100% rename from src/plugins/commands/shop/modules/index.ts rename to src/commands/shop/modules/index.ts diff --git a/src/plugins/commands/shop/modules/roles/index.ts b/src/commands/shop/modules/roles/index.ts similarity index 100% rename from src/plugins/commands/shop/modules/roles/index.ts rename to src/commands/shop/modules/roles/index.ts diff --git a/src/plugins/commands/shop/modules/roles/modules/buy/index.ts b/src/commands/shop/modules/roles/modules/buy/index.ts similarity index 100% rename from src/plugins/commands/shop/modules/roles/modules/buy/index.ts rename to src/commands/shop/modules/roles/modules/buy/index.ts diff --git a/src/plugins/commands/shop/modules/roles/modules/cancel/index.ts b/src/commands/shop/modules/roles/modules/cancel/index.ts similarity index 100% rename from src/plugins/commands/shop/modules/roles/modules/cancel/index.ts rename to src/commands/shop/modules/roles/modules/cancel/index.ts diff --git a/src/plugins/commands/shop/modules/roles/modules/index.ts b/src/commands/shop/modules/roles/modules/index.ts similarity index 100% rename from src/plugins/commands/shop/modules/roles/modules/index.ts rename to src/commands/shop/modules/roles/modules/index.ts diff --git a/src/plugins/commands/utility/index.ts b/src/commands/utility/index.ts similarity index 100% rename from src/plugins/commands/utility/index.ts rename to src/commands/utility/index.ts diff --git a/src/plugins/commands/utility/modules/about/index.ts b/src/commands/utility/modules/about/index.ts similarity index 100% rename from src/plugins/commands/utility/modules/about/index.ts rename to src/commands/utility/modules/about/index.ts diff --git a/src/plugins/commands/utility/modules/avatar/index.ts b/src/commands/utility/modules/avatar/index.ts similarity index 100% rename from src/plugins/commands/utility/modules/avatar/index.ts rename to src/commands/utility/modules/avatar/index.ts diff --git a/src/plugins/commands/utility/modules/index.ts b/src/commands/utility/modules/index.ts similarity index 100% rename from src/plugins/commands/utility/modules/index.ts rename to src/commands/utility/modules/index.ts diff --git a/src/plugins/commands/utility/modules/ping/index.ts b/src/commands/utility/modules/ping/index.ts similarity index 100% rename from src/plugins/commands/utility/modules/ping/index.ts rename to src/commands/utility/modules/ping/index.ts diff --git a/src/plugins/commands/utility/modules/stats/index.ts b/src/commands/utility/modules/stats/index.ts similarity index 100% rename from src/plugins/commands/utility/modules/stats/index.ts rename to src/commands/utility/modules/stats/index.ts diff --git a/src/plugins/events/guildCreate/index.ts b/src/events/guildCreate/index.ts similarity index 100% rename from src/plugins/events/guildCreate/index.ts rename to src/events/guildCreate/index.ts diff --git a/src/plugins/events/guildDelete/index.ts b/src/events/guildDelete/index.ts similarity index 100% rename from src/plugins/events/guildDelete/index.ts rename to src/events/guildDelete/index.ts diff --git a/src/plugins/events/guildMemberAdd/audits.ts b/src/events/guildMemberAdd/audits.ts similarity index 100% rename from src/plugins/events/guildMemberAdd/audits.ts rename to src/events/guildMemberAdd/audits.ts diff --git a/src/plugins/events/guildMemberAdd/index.ts b/src/events/guildMemberAdd/index.ts similarity index 100% rename from src/plugins/events/guildMemberAdd/index.ts rename to src/events/guildMemberAdd/index.ts diff --git a/src/plugins/events/guildMemberAdd/joinMessage.ts b/src/events/guildMemberAdd/joinMessage.ts similarity index 100% rename from src/plugins/events/guildMemberAdd/joinMessage.ts rename to src/events/guildMemberAdd/joinMessage.ts diff --git a/src/plugins/events/guildMemberRemove/audits.ts b/src/events/guildMemberRemove/audits.ts similarity index 100% rename from src/plugins/events/guildMemberRemove/audits.ts rename to src/events/guildMemberRemove/audits.ts diff --git a/src/plugins/events/guildMemberRemove/index.ts b/src/events/guildMemberRemove/index.ts similarity index 100% rename from src/plugins/events/guildMemberRemove/index.ts rename to src/events/guildMemberRemove/index.ts diff --git a/src/plugins/events/guildMemberRemove/leaveMessage.ts b/src/events/guildMemberRemove/leaveMessage.ts similarity index 100% rename from src/plugins/events/guildMemberRemove/leaveMessage.ts rename to src/events/guildMemberRemove/leaveMessage.ts diff --git a/src/plugins/events/interactionCreate/audits.ts b/src/events/interactionCreate/audits.ts similarity index 100% rename from src/plugins/events/interactionCreate/audits.ts rename to src/events/interactionCreate/audits.ts diff --git a/src/plugins/events/interactionCreate/handlers/button/index.ts b/src/events/interactionCreate/handlers/button/index.ts similarity index 100% rename from src/plugins/events/interactionCreate/handlers/button/index.ts rename to src/events/interactionCreate/handlers/button/index.ts diff --git a/src/plugins/events/interactionCreate/handlers/command/index.ts b/src/events/interactionCreate/handlers/command/index.ts similarity index 100% rename from src/plugins/events/interactionCreate/handlers/command/index.ts rename to src/events/interactionCreate/handlers/command/index.ts diff --git a/src/plugins/events/interactionCreate/handlers/index.ts b/src/events/interactionCreate/handlers/index.ts similarity index 100% rename from src/plugins/events/interactionCreate/handlers/index.ts rename to src/events/interactionCreate/handlers/index.ts diff --git a/src/plugins/events/interactionCreate/index.ts b/src/events/interactionCreate/index.ts similarity index 100% rename from src/plugins/events/interactionCreate/index.ts rename to src/events/interactionCreate/index.ts diff --git a/src/plugins/events/messageCreate/index.ts b/src/events/messageCreate/index.ts similarity index 100% rename from src/plugins/events/messageCreate/index.ts rename to src/events/messageCreate/index.ts diff --git a/src/plugins/events/messageCreate/modules/counters/index.ts b/src/events/messageCreate/modules/counters/index.ts similarity index 100% rename from src/plugins/events/messageCreate/modules/counters/index.ts rename to src/events/messageCreate/modules/counters/index.ts diff --git a/src/plugins/events/messageCreate/modules/credits/index.ts b/src/events/messageCreate/modules/credits/index.ts similarity index 100% rename from src/plugins/events/messageCreate/modules/credits/index.ts rename to src/events/messageCreate/modules/credits/index.ts diff --git a/src/plugins/events/messageCreate/modules/index.ts b/src/events/messageCreate/modules/index.ts similarity index 100% rename from src/plugins/events/messageCreate/modules/index.ts rename to src/events/messageCreate/modules/index.ts diff --git a/src/plugins/events/messageCreate/modules/points/index.ts b/src/events/messageCreate/modules/points/index.ts similarity index 100% rename from src/plugins/events/messageCreate/modules/points/index.ts rename to src/events/messageCreate/modules/points/index.ts diff --git a/src/plugins/events/messageDelete/audits.ts b/src/events/messageDelete/audits.ts similarity index 100% rename from src/plugins/events/messageDelete/audits.ts rename to src/events/messageDelete/audits.ts diff --git a/src/plugins/events/messageDelete/index.ts b/src/events/messageDelete/index.ts similarity index 100% rename from src/plugins/events/messageDelete/index.ts rename to src/events/messageDelete/index.ts diff --git a/src/plugins/events/messageDelete/modules/counter.ts b/src/events/messageDelete/modules/counter.ts similarity index 100% rename from src/plugins/events/messageDelete/modules/counter.ts rename to src/events/messageDelete/modules/counter.ts diff --git a/src/plugins/events/messageUpdate/audits.ts b/src/events/messageUpdate/audits.ts similarity index 100% rename from src/plugins/events/messageUpdate/audits.ts rename to src/events/messageUpdate/audits.ts diff --git a/src/plugins/events/messageUpdate/index.ts b/src/events/messageUpdate/index.ts similarity index 100% rename from src/plugins/events/messageUpdate/index.ts rename to src/events/messageUpdate/index.ts diff --git a/src/plugins/events/messageUpdate/modules/counter.ts b/src/events/messageUpdate/modules/counter.ts similarity index 100% rename from src/plugins/events/messageUpdate/modules/counter.ts rename to src/events/messageUpdate/modules/counter.ts diff --git a/src/plugins/events/rateLimit/index.ts b/src/events/rateLimit/index.ts similarity index 100% rename from src/plugins/events/rateLimit/index.ts rename to src/events/rateLimit/index.ts diff --git a/src/plugins/events/ready/index.ts b/src/events/ready/index.ts similarity index 100% rename from src/plugins/events/ready/index.ts rename to src/events/ready/index.ts