Advertisement
Guest User

Untitled

a guest
Feb 21st, 2020
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.20 KB | None | 0 0
  1. @bot.on.event.group_join()
  2. async def join(event: GroupJoin):
  3.         await bot.api.messages.send(peer_id=event.user_id, message="Welcome to the club, buddy", attachment="photo-185367978_457239102", random_id=0)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement