Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -65,7 +65,7 @@ async def on_member_join(member):
|
|
65 |
await channel.send(
|
66 |
content=(
|
67 |
f"Explore, learn, and automate smarter — welcome to the AI Automation Club, <@{user_id}>!\n"
|
68 |
-
f"👉 Check out
|
69 |
),
|
70 |
file=file
|
71 |
)
|
|
|
65 |
await channel.send(
|
66 |
content=(
|
67 |
f"Explore, learn, and automate smarter — welcome to the AI Automation Club, <@{user_id}>!\n"
|
68 |
+
f"👉 Check out #📢announcements for the latest updates"
|
69 |
),
|
70 |
file=file
|
71 |
)
|