NameIsJACK commited on
Commit
b07b1c9
·
verified ·
1 Parent(s): c9e19f8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -21,6 +21,7 @@ bot = commands.Bot(command_prefix="!", intents=intents)
21
 
22
  app = FastAPI()
23
 
 
24
 
25
  app = FastAPI()
26
  @app.on_event("startup")
@@ -64,7 +65,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👉 Check out <#1377071313016852540> for the latest updates"
68
  ),
69
  file=file
70
  )
 
21
 
22
  app = FastAPI()
23
 
24
+ channel_id= 1377071313016852540
25
 
26
  app = FastAPI()
27
  @app.on_event("startup")
 
65
 
66
  await channel.send(
67
  content=(
68
+ f"Explore, learn, and automate smarter — welcome to the AI Automation Club, <@{user_id}>!\n👉 Check out <#{channel_id}> for the latest updates"
69
  ),
70
  file=file
71
  )