mirror of
https://github.com/TeamPGM/PagerMaid_Plugins.git
synced 2024-11-24 23:17:56 +00:00
forcesubscribe 修复关联频道消息报错
This commit is contained in:
parent
9c01f3f2ca
commit
418fb0f5dc
@ -52,7 +52,10 @@ async def force_subscribe_msg(context: Message):
|
||||
return
|
||||
else:
|
||||
join_chat = join_chat.decode()
|
||||
if context.sender.bot:
|
||||
try:
|
||||
if context.sender.bot:
|
||||
return
|
||||
except AttributeError:
|
||||
return
|
||||
try:
|
||||
try:
|
||||
|
Loading…
Reference in New Issue
Block a user