Untitled
unknown
plain_text
9 months ago
164 B
2
Indexable
@bot.event async def on_member_join(membro:discord.Member): canal = bot.get_channel(ID_DO_CANAL) await canal.send(f'Entrou no servidor {membro.mention}')
Editor is loading...
Leave a Comment
@bot.event async def on_member_join(membro:discord.Member): canal = bot.get_channel(ID_DO_CANAL) await canal.send(f'Entrou no servidor {membro.mention}')