NameIsJACK commited on
Commit
bf4fb62
·
verified ·
1 Parent(s): 9842248

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -3
app.py CHANGED
@@ -64,8 +64,7 @@ async def on_member_join(member):
64
 
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
  )
@@ -77,4 +76,4 @@ async def on_member_join(member):
77
 
78
  @app.get("/")
79
  async def root():
80
- return {"message": "FastAPI is running with the Discord bot"}
 
64
 
65
  await channel.send(
66
  content=(
67
+ f"Explore, learn, and automate smarter — welcome to the AI Automation Club, <@{user_id}>!\n👉 Check out #⁠📢announcements for the latest updates"
 
68
  ),
69
  file=file
70
  )
 
76
 
77
  @app.get("/")
78
  async def root():
79
+ return {"message": "FastAPI is running with the Discord bot"}