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 1201f21 commit bc8abd8Copy full SHA for bc8abd8
bot.py
@@ -683,7 +683,7 @@ async def _process_blocked(self, message: discord.Message) -> bool:
683
self.blocked_users.pop(str(message.author.id))
684
else:
685
reaction = blocked_emoji
686
- end_time = re.search(r"%(.+?)%$", reason)
+ end_time = re.search(r"%(.+?)%", reason)
687
if end_time is not None:
688
logger.debug("No longer blocked, user %s.", message.author.name)
689
after = (
0 commit comments