Refactor command definitions across various cogs to replace hybrid commands with regular commands for improved consistency and clarity. Update command structures in moderation, music, and other cogs to enhance user experience and streamline command handling.
This commit is contained in:
@@ -161,6 +161,7 @@ from .moderation.warn import Warn
|
||||
from .moderation.role import Role
|
||||
from .moderation.message import Message
|
||||
from .moderation.moderation import Moderation
|
||||
from .moderation.mod_hub import ModHub
|
||||
from .moderation.topcheck import TopCheck
|
||||
from .moderation.snipe import Snipe
|
||||
|
||||
@@ -187,7 +188,7 @@ COG_CLASSES: tuple[type, ...] = (
|
||||
AntiWebhookCreate, AntiWebhookDelete,
|
||||
AntiSpam, AntiCaps, AntiInvite, AntiLink, AntiMassMention, AntiEmojiSpam,
|
||||
Ban, Unban, Mute, Unmute, Lock, Unlock, Hide, Unhide, Kick, Warn, Role,
|
||||
Message, Moderation, TopCheck, Snipe,
|
||||
Message, Moderation, ModHub, TopCheck, Snipe,
|
||||
)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user