Skip to content

Commit

Permalink
Attempt two
Browse files Browse the repository at this point in the history
  • Loading branch information
thedax committed Sep 27, 2020
1 parent df159dd commit 778379b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cogs/assistance.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit 778379b

Please sign in to comment.