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