We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de935c5 commit 0687f53Copy full SHA for 0687f53
bot.py
@@ -288,7 +288,7 @@ async def process_modmail(self, message):
288
if channel is not None:
289
await self.send_mail(message, channel, mod=False)
290
else:
291
- await message.author.send('Mod mail thread created.')
+ await message.author.send('Thanks for the message. The moderation team will get back to you as soon as possible!')
292
channel = await guild.create_text_channel(
293
name=self.format_name(author),
294
category=categ
0 commit comments