Refactor command definitions across multiple cogs to replace hybrid commands with regular commands for consistency. This change enhances clarity and standardizes command handling throughout the bot.
This commit is contained in:
@@ -465,7 +465,7 @@ class NoPrefix(commands.Cog):
|
||||
|
||||
await ctx.reply(view=embed)
|
||||
|
||||
@commands.hybrid_group(name="autonp", help="Manage auto no-prefix for partner guilds.")
|
||||
@commands.group(name="autonp", help="Manage auto no-prefix for partner guilds.")
|
||||
@commands.is_owner()
|
||||
async def autonp(self, ctx):
|
||||
if ctx.invoked_subcommand is None:
|
||||
|
||||
Reference in New Issue
Block a user