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 e6ce22e commit bd75d87Copy full SHA for bd75d87
bot.py
@@ -288,6 +288,7 @@ async def process_modmail(self, message):
288
)
289
await channel.edit(topic=topic)
290
await channel.send('@here', embed=self.format_info(author))
291
+ await channel.send('\u200b')
292
await self.send_mail(message, channel, mod=False)
293
294
async def on_message(self, message):
0 commit comments