Spaces:
Paused
Paused
Captain Ezio
commited on
Commit
·
67353e5
1
Parent(s):
36a4aad
Update greetings.py
Browse files
Powers/plugins/greetings.py
CHANGED
|
@@ -255,10 +255,9 @@ async def member_has_joined(c: Gojo, member: ChatMemberUpdated):
|
|
| 255 |
return
|
| 256 |
if user.id in DEV_USERS:
|
| 257 |
await c.send_animation(
|
| 258 |
-
member.chat.id,
|
| 259 |
-
"./extras/william.gif",
|
| 260 |
-
"
|
| 261 |
-
unsave=True,
|
| 262 |
)
|
| 263 |
return
|
| 264 |
if banned_users:
|
|
|
|
| 255 |
return
|
| 256 |
if user.id in DEV_USERS:
|
| 257 |
await c.send_animation(
|
| 258 |
+
chat_id=member.chat.id,
|
| 259 |
+
animation="./extras/william.gif",
|
| 260 |
+
caption="😳 My **DEV** has also joined the chat!",
|
|
|
|
| 261 |
)
|
| 262 |
return
|
| 263 |
if banned_users:
|