{"version":3,"sources":["../src/apikey.ts"],"sourcesContent":["export let globalApiKey = \"\";\r\n\r\n/**\r\n * Set's the default API key for global API requests\r\n *\r\n * @param {string} newKey\r\n * @returns {void}\r\n */\r\nexport const setGlobalApiKey = (newKey: string) => (globalApiKey = newKey);\r\n\r\nexport let guildApiKey = \"\";\r\n\r\n/**\r\n * Set's the default API key for guild API requests\r\n *\r\n * @param {string} newKey\r\n * @returns {void}\r\n */\r\nexport const setGuildApiKey = (newKey: string) => (guildApiKey = newKey);\r\n"],"mappings":";;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAO,IAAI,eAAe;AAQnB,IAAM,kBAAkB,CAAC,WAAoB,eAAe;AAE5D,IAAI,cAAc;AAQlB,IAAM,iBAAiB,CAAC,WAAoB,cAAc;","names":[]}