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:
@@ -22,7 +22,7 @@ class Kick(commands.Cog):
|
||||
# Color is set to Red (255, 0, 0) as requested
|
||||
self.color = discord.Color.from_rgb(255, 0, 0)
|
||||
|
||||
@commands.hybrid_command(
|
||||
@commands.command(
|
||||
name="kick",
|
||||
help="Kicks a member from the server.",
|
||||
usage="kick <member> [reason]",
|
||||
|
||||
Reference in New Issue
Block a user