1d067a957c
Co-Authored-By: Aki <71239005+AkiaCode@users.noreply.github.com> Co-Authored-By: Lee Hyun <ink0416@naver.com> Co-Authored-By: khk4912 <30457148+khk4912@users.noreply.github.com> Co-Authored-By: Choi Minseo <minseo0388@outlook.com> Co-Authored-By: Y <8479056+yky4589@users.noreply.github.com>
7 lines
251 B
TypeScript
7 lines
251 B
TypeScript
export const DISCORD_API_URL: string = 'https://discord.com/api'
|
|
|
|
export const DISCORD_GATEWAY_URL: string = 'wss://gateway.discord.gg'
|
|
|
|
export const DISCORD_CDN_URL: string = 'https://cdn.discordapp.com'
|
|
|
|
export const DISCORD_API_VERSION: number = 8
|