sys.sleepStops the bot for the specified number of microseconds.
If the number of microseconds exceeds one minute, the pause will be automatically reduced to one minute.
Signature: sys.sleep(microseconds int)
Arguments: microseconds — the number of microseconds of the pause.
Return value: None.
sys.sleep(3_000_000) // Pause for 3 seconds