Skip to content

Commit b557a9b

Browse files
committed
There is now a proper message when trying to contact a bot.
1 parent 8aa3a89 commit b557a9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: cogs/modmail.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1014,7 +1014,7 @@ async def contact(
10141014
embed = discord.Embed(
10151015
color=self.bot.error_color, description="Cannot start a thread with a bot."
10161016
)
1017-
return await ctx.send(embed=embed, delete_afer=3)
1017+
return await ctx.send(embed=embed, delete_after=3)
10181018

10191019
exists = await self.bot.threads.find(recipient=user)
10201020
if exists:

0 commit comments

Comments
 (0)