This commit is contained in:
blankie 2022-07-29 13:47:52 +07:00
parent d46e38c707
commit 0037a03879
Signed by: blankie
GPG Key ID: CC15FC822C7F61F5
1 changed files with 1 additions and 1 deletions

View File

@ -191,7 +191,7 @@ async def get_sibyl(entity):
if json['ban_source_url']:
text += f'\n- <b>Ban Source URL:</b> {html.escape(json["ban_source_url"])}'
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
@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\.$'))