From 40d786b5856766397ce3b28d74992cab0f4d433a Mon Sep 17 00:00:00 2001 From: profitroll Date: Thu, 3 Aug 2023 21:32:58 +0200 Subject: [PATCH] Reorganized plugins --- plugins/{ => callbacks}/callback.py | 0 plugins/{ => commands}/command.py | 0 plugins/{ => commands}/remove_commands.py | 0 plugins/{ => handlers}/handler.py | 0 4 files changed, 0 insertions(+), 0 deletions(-) rename plugins/{ => callbacks}/callback.py (100%) rename plugins/{ => commands}/command.py (100%) rename plugins/{ => commands}/remove_commands.py (100%) rename plugins/{ => handlers}/handler.py (100%) diff --git a/plugins/callback.py b/plugins/callbacks/callback.py similarity index 100% rename from plugins/callback.py rename to plugins/callbacks/callback.py diff --git a/plugins/command.py b/plugins/commands/command.py similarity index 100% rename from plugins/command.py rename to plugins/commands/command.py diff --git a/plugins/remove_commands.py b/plugins/commands/remove_commands.py similarity index 100% rename from plugins/remove_commands.py rename to plugins/commands/remove_commands.py diff --git a/plugins/handler.py b/plugins/handlers/handler.py similarity index 100% rename from plugins/handler.py rename to plugins/handlers/handler.py