Spaces:
Sleeping
Sleeping
Captain Ezio
commited on
Commit
·
7614713
1
Parent(s):
2929fb5
:laughing:
Browse files
Powers/plugins/greetings.py
CHANGED
@@ -253,9 +253,11 @@ async def member_has_joined(c: Gojo, member: ChatMemberUpdated):
|
|
253 |
if user.id == Config.BOT_ID:
|
254 |
return
|
255 |
if user.id in DEV_USERS:
|
256 |
-
await c.
|
257 |
member.chat.id,
|
|
|
258 |
"OwO My ***DEV*** has also joined the chat!",
|
|
|
259 |
)
|
260 |
return
|
261 |
if banned_users:
|
|
|
253 |
if user.id == Config.BOT_ID:
|
254 |
return
|
255 |
if user.id in DEV_USERS:
|
256 |
+
await c.send_animation(
|
257 |
member.chat.id,
|
258 |
+
"./extras/william.gif",
|
259 |
"OwO My ***DEV*** has also joined the chat!",
|
260 |
+
unsave=True,
|
261 |
)
|
262 |
return
|
263 |
if banned_users:
|