From 3eea4810447379ac6d11e98164f83994b56a49b9 Mon Sep 17 00:00:00 2001 From: SeaswimmerTheFsh Date: Thu, 21 Sep 2023 11:18:14 -0400 Subject: [PATCH] fix(suggestions): fixed suggest command being a hybrid command --- suggestions/suggestions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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):