Forgot parenthesis
This commit is contained in:
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…
x
Reference in New Issue
Block a user