Skip to content

Commit de935c5

Browse files
authored
Update bot.py
1 parent 54fbcaa commit de935c5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bot.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -288,6 +288,7 @@ async def process_modmail(self, message):
288288
if channel is not None:
289289
await self.send_mail(message, channel, mod=False)
290290
else:
291+
await message.author.send('Mod mail thread created.')
291292
channel = await guild.create_text_channel(
292293
name=self.format_name(author),
293294
category=categ

0 commit comments

Comments
 (0)