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

move to bot-test

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(932563860597121054)
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(1100458786826747945)
17
  message = f'Welcome to the server, {member.mention}! :hugging_face:'
18
  await channel.send(message)
19