diff --git a/suggestions/suggestions.py b/suggestions/suggestions.py index 3237904..8ca0f30 100644 --- a/suggestions/suggestions.py +++ b/suggestions/suggestions.py @@ -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):