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 a012278 commit 270aedcCopy full SHA for 270aedc
bot.py
@@ -947,7 +947,9 @@ async def process_dm_modmail(self, message: discord.Message) -> None:
947
text=self.config["disabled_current_thread_footer"],
948
icon_url=self.get_guild_icon(guild=message.guild, size=128),
949
)
950
- logger.info("A message was blocked from %s due to disabled Modmail.", message.author)
+ logger.info(
951
+ "A message was blocked from %s because Modmail is currently disabled.", message.author
952
+ )
953
await self.add_reaction(message, blocked_emoji)
954
return await message.channel.send(embed=embed)
955
0 commit comments