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