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:
@@ -25,7 +25,7 @@ class Ban(commands.Cog):
|
||||
def get_user_avatar(self, user):
|
||||
return user.avatar.url if user.avatar else user.default_avatar.url
|
||||
|
||||
@commands.hybrid_command(
|
||||
@commands.command(
|
||||
name="ban",
|
||||
help="Bans a user from the Server",
|
||||
usage="ban <member>",
|
||||
|
||||
Reference in New Issue
Block a user