Advertisement
Guest User

Untitled

a guest
Apr 10th, 2020
206
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.27 KB | None | 0 0
  1.                 elif event.type == VkBotEventType.WALL_REPOST:
  2.                     try:
  3.                         userid = event.object.from_id
  4.                         getsub = methods.groups.isMember(group_id=188869411,user_id=userid)
  5.                         if getsub == 1:
  6.                             sql.repost(userid)
  7.                     except Exception:
  8.                         traceback.print_exc()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement