Returns true if it is ">" check, otherwise returns false.
Last updated 3 months ago
from glider import * def query(): instructions = Functions().with_name("checkIfBot").exec(1,1).instructions().if_instructions().exec(1) print(instructions[0].get_condition().is_gr()) return instructions