Skip to content

Instantly share code, notes, and snippets.

@bonedaddy
Created December 16, 2016 09:11
Show Gist options
  • Save bonedaddy/a8f14f1c887ae6146322037977a66816 to your computer and use it in GitHub Desktop.
Save bonedaddy/a8f14f1c887ae6146322037977a66816 to your computer and use it in GitHub Desktop.
@client.event
async def on_member_join(member):
server = member.server
fmt = 'Welcome {0.mention} to {1.name}!'
await client.send_message(server, fmt.format(member, server))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment