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