From f80c073a38d011f5c6ce480c0e49cee3a628a20d Mon Sep 17 00:00:00 2001 From: Eunwoo Choi Date: Wed, 22 Mar 2023 22:39:33 +0900 Subject: [PATCH] fix: new og link (#545) --- utils/Constants.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/Constants.ts b/utils/Constants.ts index e4d11bf..507d7af 100644 --- a/utils/Constants.ts +++ b/utils/Constants.ts @@ -254,7 +254,7 @@ export const DiscordEnpoints = { export const KoreanbotsEndPoints = { OG: class { - static root = 'https://og.kbots.link' + static root = 'https://og.koreanbots.dev' static origin = 'https://koreanbots.dev' static generate(id: string, name: string, bio: string, tags: string[], stats: string[], type: 'bot' | 'server') { const u = new URL(this.root)