print("👮♂️ Skipping checks. User is admin: {}".format(user.id))
else:
# Security checks
print(json.dumps(update))
self.attachment_check(bot,update)
self.security_check_username(bot,update)
self.security_check_message(bot,update)
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.