Forgot parenthesis

This commit is contained in:
bobloy 2020-08-18 10:26:13 -04:00
parent d43a1ec80c
commit 29f44e887f

View File

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