mirror of
https://github.com/koreanbots/core.git
synced 2025-12-16 14:30:22 +00:00
feat: changed origin
This commit is contained in:
parent
b94607ccd7
commit
d70185526f
@ -2,7 +2,7 @@
|
|||||||
<ShortName>한국 디스코드봇 리스트</ShortName>
|
<ShortName>한국 디스코드봇 리스트</ShortName>
|
||||||
<Description>국내 디스코드봇을 한 곳에서.</Description>
|
<Description>국내 디스코드봇을 한 곳에서.</Description>
|
||||||
<InputEncoding>UTF-8</InputEncoding>
|
<InputEncoding>UTF-8</InputEncoding>
|
||||||
<Image width="16" height="16" type="image/x-icon">https://beta.koreanbots.dev/logo.png</Image>
|
<Image width="16" height="16" type="image/x-icon">https://koreanbots.dev/logo.png</Image>
|
||||||
<Url type="text/html" method="get" template="https://beta.koreanbots.dev/search?q={searchTerms}"/>
|
<Url type="text/html" method="get" template="https://koreanbots.dev/search?q={searchTerms}"/>
|
||||||
<moz:SearchForm>https://beta.koreanbots.dev/search</moz:SearchForm>
|
<moz:SearchForm>https://koreanbots.dev/search</moz:SearchForm>
|
||||||
</OpenSearchDescription>
|
</OpenSearchDescription>
|
||||||
|
|||||||
@ -190,7 +190,7 @@ export const DiscordEnpoints = {
|
|||||||
export const KoreanbotsEndPoints = {
|
export const KoreanbotsEndPoints = {
|
||||||
OG: class {
|
OG: class {
|
||||||
static root = 'https://og.kbots.link'
|
static root = 'https://og.kbots.link'
|
||||||
static origin = 'https://beta.koreanbots.dev'
|
static origin = 'https://koreanbots.dev'
|
||||||
static bot(id: string, name: string, bio: string, tags: string[], stats: string[]) {
|
static bot(id: string, name: string, bio: string, tags: string[], stats: string[]) {
|
||||||
const u = new URL(this.root)
|
const u = new URL(this.root)
|
||||||
u.pathname = name
|
u.pathname = name
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user