NameIsJACK commited on
Commit
15007a8
·
verified ·
1 Parent(s): fce0e4e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -1
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=f"Explore, learn, and automate smarter — welcome to the AI Automation Club, <@{user_id}>!",
 
 
 
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