mirror of
https://github.com/koreanbots/core.git
synced 2025-12-16 14:30:22 +00:00
feat: added endpoints
This commit is contained in:
parent
ef99c886b7
commit
cc525def5f
@ -92,9 +92,12 @@ export const reportCats = [
|
|||||||
]
|
]
|
||||||
|
|
||||||
export const BASE_URLs = {
|
export const BASE_URLs = {
|
||||||
|
api: 'https://discord.com/api',
|
||||||
cdn: 'https://cdn.discordapp.com'
|
cdn: 'https://cdn.discordapp.com'
|
||||||
}
|
}
|
||||||
export const DiscordEnpoints = {
|
export const DiscordEnpoints = {
|
||||||
|
Token: BASE_URLs.api + '/oauth2/token',
|
||||||
|
Me: BASE_URLs.api + '/v8/users/@me',
|
||||||
CDN: class CDN {
|
CDN: class CDN {
|
||||||
static root = BASE_URLs.cdn
|
static root = BASE_URLs.cdn
|
||||||
static emoji (id: string, options:ImageOptions={}) { return makeImageURL(`${this.root}/emojis/${id}`, options) }
|
static emoji (id: string, options:ImageOptions={}) { return makeImageURL(`${this.root}/emojis/${id}`, options) }
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user