Discord latency helper is used to reduce connection time between your device and the Discord API.

Installation

Use the package manager pip to install any needed packages.

python main.py

Usage

python main.py

# connects to discord
PROBE_ENDPOINTS = [
    "https://discord.com/api/v10/gateway",
]

# uptime pct
def _uptime_pct(index)