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

:hugging_face:

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -14,7 +14,7 @@ bot = commands.Bot(command_prefix='!', intents=intents)
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}!'
18
  await channel.send(message)
19
 
20
  DISCORD_TOKEN = os.environ.get("DISCORD_TOKEN", None)
 
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
 
20
  DISCORD_TOKEN = os.environ.get("DISCORD_TOKEN", None)