From e1261b92d13836861fb81d0022ab36e6d2e71733 Mon Sep 17 00:00:00 2001 From: PythonTryHard <31789326+PythonTryHard@users.noreply.github.com> Date: Mon, 31 Aug 2020 20:21:15 +0700 Subject: [PATCH] Typo fix on `[p]invite` command (#4382) --- redbot/core/core_commands.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/redbot/core/core_commands.py b/redbot/core/core_commands.py index 08fd84b36..ba849a9e5 100644 --- a/redbot/core/core_commands.py +++ b/redbot/core/core_commands.py @@ -1146,7 +1146,7 @@ class Core(commands.commands._RuleDropper, commands.Cog, CoreLogic): @commands.command() @commands.check(CoreLogic._can_get_invite_url) async def invite(self, ctx): - """Show's [botname]'s invite url.""" + """Shows [botname]'s invite url.""" try: await ctx.author.send(await self._invite_url()) except discord.errors.Forbidden: