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 Unban(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="unban",
|
||||
help="Unbans a user from the Server",
|
||||
usage="unban <member>",
|
||||
|
||||
Reference in New Issue
Block a user