diff --git a/commands/message/utils/screenshot.js b/commands/message/utils/screenshot.js index 7b8bd24..1221362 100644 --- a/commands/message/utils/screenshot.js +++ b/commands/message/utils/screenshot.js @@ -68,7 +68,7 @@ module.exports = { } catch(e){ console.log(e) return await editOrReply(context, createEmbed("image", context, { - url: "https://derpystuff.gitlab.io/webstorage4/v2/assets/screenshot/screenshot_error.png" + url: "https://bignutty.gitlab.io/webstorage4/v2/assets/screenshot/screenshot_error.png" })) } } diff --git a/labscore/api/endpoints.js b/labscore/api/endpoints.js index f7391c9..11f4266 100644 --- a/labscore/api/endpoints.js +++ b/labscore/api/endpoints.js @@ -1,7 +1,7 @@ const Hosts = Object.freeze({ prod: "https://labscore-v2.vercel.app", local: "http://localhost", - statics: "https://derpystuff.gitlab.io/webstorage4/v2/" + statics: "https://bignutty.gitlab.io/webstorage4/v2/" }) const Api = Object.freeze({