txlyre 1 年之前
父节点
当前提交
ad14333463
共有 1 个文件被更改,包括 4 次插入1 次删除
  1. 4 1
      commands.py

+ 4 - 1
commands.py

@@ -351,7 +351,10 @@ async def bday_handler(bot, event, command):
     except ValueError:
       await bot.get_participants(await event.get_chat())
 
-      entity = await bot.get_entity(user_id)
+      try:
+        entity = await bot.get_entity(user_id)
+      except ValueError:
+        continue
 
     birthdays_list += get_user_name(entity)
     birthdays_list += ' — '