"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.URI = void 0;
var URI;
(function (URI) {
URI["GATEWAY"] = "wss://gateway.discord.gg/?v=9";
URI["API"] = "https://discord.com/api/v8";
})(URI = exports.URI || (exports.URI = {}));