diff --git a/suggestions/suggestions.py b/suggestions/suggestions.py index 8ca0f30..ee33656 100644 --- a/suggestions/suggestions.py +++ b/suggestions/suggestions.py @@ -65,10 +65,10 @@ class Suggestions(commands.Cog): context = super().format_help_for_context(ctx) return f"{context}" - @commands.command() + @commands.command(name='suggest') @commands.guild_only() @checks.bot_has_permissions(add_reactions=True) - async def suggest_cmd(self, ctx: commands.Context, *, suggestion: str): + async def suggest(self, ctx: commands.Context, *, suggestion: str): """Suggest something.""" if ctx.interaction is True: await ctx.defer()