Fix bug
This commit is contained in:
parent
d46e38c707
commit
0037a03879
|
@ -191,7 +191,7 @@ async def get_sibyl(entity):
|
||||||
if json['ban_source_url']:
|
if json['ban_source_url']:
|
||||||
text += f'\n- <b>Ban Source URL:</b> {html.escape(json["ban_source_url"])}'
|
text += f'\n- <b>Ban Source URL:</b> {html.escape(json["ban_source_url"])}'
|
||||||
if json['source_group']:
|
if json['source_group']:
|
||||||
text += f'\n- <b>Source Group:</b> {html.escape(json["ban_source_url"])}'
|
text += f'\n- <b>Source Group:</b> {html.escape(json["source_group"])}'
|
||||||
return text
|
return text
|
||||||
|
|
||||||
@Client.on_message(~filters.scheduled & ~filters.forwarded & ~filters.sticker & ~filters.via_bot & ~filters.edited & filters.chat(['rsophiebot', 'missrose_bot']) & filters.incoming & filters.regex('^Federation ban info:\n|You aren\'t fbanned in this fed\.|^Failed to get user: unable to getChatMember: Bad Request: chat not found$|^(?:.+ )?is not banned in this fed\.$|^(?:.+ )?is currently banned in Rose Support Official, for the following reason:\n\n|^Looks like I don\'t have control over that user, or the ID isn\'t a valid one\. If you reply to one of their messages, I\'ll be able to interact with them\.$'))
|
@Client.on_message(~filters.scheduled & ~filters.forwarded & ~filters.sticker & ~filters.via_bot & ~filters.edited & filters.chat(['rsophiebot', 'missrose_bot']) & filters.incoming & filters.regex('^Federation ban info:\n|You aren\'t fbanned in this fed\.|^Failed to get user: unable to getChatMember: Bad Request: chat not found$|^(?:.+ )?is not banned in this fed\.$|^(?:.+ )?is currently banned in Rose Support Official, for the following reason:\n\n|^Looks like I don\'t have control over that user, or the ID isn\'t a valid one\. If you reply to one of their messages, I\'ll be able to interact with them\.$'))
|
||||||
|
|
Loading…
Reference in New Issue