chore: clean up

This commit is contained in:
草师傅 2025-07-31 11:45:10 +08:00
parent 3b087369fa
commit 26e526d124
2 changed files with 0 additions and 2 deletions

View file

@ -9,7 +9,6 @@ async def handle_unpin_channel_message(message: Message):
return
try:
regex_pattern = config.get_feature_config('unpin', message.chat.id)['regex']
print(regex_pattern)
# If a regex pattern exists, check if the message matches
if regex_pattern:
import re