Spaces:
Paused
Paused
Captain Ezio
commited on
Commit
·
2a810f9
1
Parent(s):
9a22fed
: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:
|