Skip to content

Commit 0687f53

Browse files
authored
Added a human msg
1 parent de935c5 commit 0687f53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,7 +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.')
291+
await message.author.send('Thanks for the message. The moderation team will get back to you as soon as possible!')
292292
channel = await guild.create_text_channel(
293293
name=self.format_name(author),
294294
category=categ

0 commit comments

Comments
 (0)