From 778379bbb6bc08c535d301c2d057f4c9bbc65a85 Mon Sep 17 00:00:00 2001 From: The Dax Date: Sun, 27 Sep 2020 12:56:44 -0400 Subject: [PATCH] Attempt two --- cogs/assistance.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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):