lunarflu HF Staff commited on
Commit
3b72ee5
·
1 Parent(s): 250c6cd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -13,7 +13,7 @@ bot = commands.Bot(command_prefix='!', intents=intents)
13
 
14
  @bot.event
15
  async def on_member_join(member):
16
- channel = bot.get_channel(1130822235028992061)
17
  message = f'Welcome to the server, {member.mention}! :hugging_face:'
18
  await channel.send(message)
19
 
 
13
 
14
  @bot.event
15
  async def on_member_join(member):
16
+ channel = bot.get_channel(932563860597121054)
17
  message = f'Welcome to the server, {member.mention}! :hugging_face:'
18
  await channel.send(message)
19