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 54fbcaa commit de935c5Copy full SHA for de935c5
bot.py
@@ -288,6 +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.')
292
channel = await guild.create_text_channel(
293
name=self.format_name(author),
294
category=categ
0 commit comments