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:
@@ -132,7 +132,7 @@ class Mute(commands.Cog):
|
||||
return timedelta(days=time_value), f"{time_value} days"
|
||||
return None, None
|
||||
|
||||
@commands.hybrid_command(
|
||||
@commands.command(
|
||||
name="mute",
|
||||
help="Mutes a user with optional time and reason",
|
||||
usage="mute <member> [time] [reason]",
|
||||
|
||||
Reference in New Issue
Block a user