diff --git a/cogs/assistance.py b/cogs/assistance.py index bf0393ed5..74c6b8012 100644 --- a/cogs/assistance.py +++ b/cogs/assistance.py @@ -1575,7 +1575,7 @@ async def invite(self, ctx, name: str = ""): await self.bot.invitefilter.delete(code=invite.code) else: ctx.command.reset_cooldown(ctx) - await ctx.send(f"Invalid invite code. Valid server names are: {', '.join(self.bot.invitefilter.invites)}") + await ctx.send(f"Invalid invite code. Valid server names are: {', '.join(x.alias for x in self.bot.invitefilter.invites)}") @commands.command() async def db(self, ctx, console=None):