From e234f2fd8f7a73ccc75a9e537252ec7c66c07c19 Mon Sep 17 00:00:00 2001 From: 5hojib Date: Wed, 1 Jan 2025 09:19:30 +0600 Subject: [PATCH] update __init__.py --- bot/modules/__init__.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/bot/modules/__init__.py b/bot/modules/__init__.py index ca1ab2fb3..f8069d86b 100644 --- a/bot/modules/__init__.py +++ b/bot/modules/__init__.py @@ -12,8 +12,6 @@ from .mirror_leech import ( leech, mirror, - qb_leech, - qb_mirror, ) from .restart import ( confirm_restart, @@ -63,8 +61,6 @@ "log", "mirror", "ping", - "qb_leech", - "qb_mirror", "remove_from_queue", "remove_sudo", "restart_bot",