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:
@@ -20,7 +20,7 @@ class Hide(commands.Cog):
|
||||
self.bot = bot
|
||||
self.color = discord.Color.from_rgb(255, 0, 0) # Red color for embeds
|
||||
|
||||
@commands.hybrid_command(
|
||||
@commands.command(
|
||||
name="hide",
|
||||
help="Hides a channel from the default role (@everyone).",
|
||||
usage="hide [channel]",
|
||||
|
||||
Reference in New Issue
Block a user