之前部署过betterforward
现在再部署发现一直报错不知道什么问题
2025-11-07 06:54:31 [INFO] 正在启动BetterForward……Traceback (most recent call last): File "/app/main.py", line 14, in <module> bot = TGBot(args.token, args.group_id, num_workers=args.workers) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/src/bot.py", line 83, in __init__ self.check_permission() File "/app/src/bot.py", line 167, in check_permission _("Manage Topics"): chat_member.can_manage_topics, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^AttributeError: 'ChatMemberMember' object has no attribute 'can_manage_topics'最好可以像这个似的放在群组里
评论 (0)