Skip to content

Commit

Permalink
Update Start.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Badhacker98 authored Oct 18, 2024
1 parent 9c6a246 commit c0f00ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions shizuchat/modules/Start.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,10 +83,10 @@ async def welcomejej(client, message: Message):
chat.photo.big_file_id, file_name=f"chatpp{chat.id}.png"
)
chat_photo = (
groups_photo if groups_photo else "https://envs.sh/nAW.jpg"
groups_photo if groups_photo else "https://files.catbox.moe/6px3gg.jpg"
)
except AttributeError:
chat_photo = "https://envs.sh/nAW.jpg"
chat_photo = "https://files.catbox.moe/6px3gg.jpg"

count = await shizuchat.get_chat_members_count(chat.id)
chats = len(await get_served_chats())
Expand Down

0 comments on commit c0f00ba

Please sign in to comment.