fix: new og link (#545)

This commit is contained in:
Eunwoo Choi 2023-03-22 22:39:33 +09:00 committed by GitHub
parent 1ca415b8b4
commit f80c073a38
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -254,7 +254,7 @@ export const DiscordEnpoints = {
export const KoreanbotsEndPoints = { export const KoreanbotsEndPoints = {
OG: class { OG: class {
static root = 'https://og.kbots.link' static root = 'https://og.koreanbots.dev'
static origin = 'https://koreanbots.dev' static origin = 'https://koreanbots.dev'
static generate(id: string, name: string, bio: string, tags: string[], stats: string[], type: 'bot' | 'server') { static generate(id: string, name: string, bio: string, tags: string[], stats: string[], type: 'bot' | 'server') {
const u = new URL(this.root) const u = new URL(this.root)