Function promisifyGlobalRateLimit

  • A wrapper for promisifyRateLimit that uses the global rate limit as the first argument. Note that if the global rate limit isn't available then it will instantly resolve.

    Returns Promise<void>