Untitled
Anonymous
plain_text
06/05/2024 3:08 AM
220 B
15
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