mirror of
https://github.com/koreanbots/core.git
synced 2025-12-15 14:10:22 +00:00
fix: new og link (#545)
This commit is contained in:
parent
1ca415b8b4
commit
f80c073a38
@ -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)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user