fix(suggestions): fixed suggest command being a hybrid command
Some checks reported warnings
Gitea Actions Demo / Explore-Gitea-Actions (push) Has been cancelled
Some checks reported warnings
Gitea Actions Demo / Explore-Gitea-Actions (push) Has been cancelled
This commit is contained in:
parent
41e852b728
commit
3eea481044
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ class Suggestions(commands.Cog):
|
|||
context = super().format_help_for_context(ctx)
|
||||
return f"{context}"
|
||||
|
||||
@commands.hybrid_command()
|
||||
@commands.command()
|
||||
@commands.guild_only()
|
||||
@checks.bot_has_permissions(add_reactions=True)
|
||||
async def suggest_cmd(self, ctx: commands.Context, *, suggestion: str):
|
||||
|
|
Loading…
Reference in a new issue