Forgot parenthesis

pull/121/head
bobloy 4 years ago
parent d43a1ec80c
commit 29f44e887f

@ -118,7 +118,7 @@ class Dad(Cog):
try: try:
await message.channel.send( await message.channel.send(
f"Hi {out}, I'm {guild.me.display_name}!", f"Hi {out}, I'm {guild.me.display_name}!",
allowed_mentions=discord.AllowedMentions, allowed_mentions=discord.AllowedMentions(),
) )
except discord.HTTPException: except discord.HTTPException:
return return

Loading…
Cancel
Save