From 2ea7fd6e3b943f1a1881814d7bd41fab7c29ce19 Mon Sep 17 00:00:00 2001 From: sgoudham Date: Fri, 4 Sep 2020 04:42:20 +0100 Subject: [PATCH] Small typo --- cogs/guild.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cogs/guild.py b/cogs/guild.py index bd68e115..7b128e32 100644 --- a/cogs/guild.py +++ b/cogs/guild.py @@ -204,7 +204,7 @@ class Guild(Cog): else: await self.bot.generate_embed(ctx, desc=f"**Role Persist is already disabled within {ctx.guild}!**") - @group(name="starboarde", case_insensitive=True, usage="``") + @group(name="starboard", case_insensitive=True, usage="``") @bot_has_permissions(embed_links=True) @has_permissions(manage_guild=True) async def starboard(self, ctx):