API_BASE_URL = "https://discordapp.com/api" AUTHORIZATION_BASE_URL = API_BASE_URL + "/oauth2/authorize" TOKEN_URL = API_BASE_URL + "/oauth2/token" DEFAULT_SCOPES = "identify email connections guilds guilds.join"