UNPKG
erium
Version:
latest (1.0.4-bugfixes)
1.0.4
1.0.4-bugfixes
1.0.3
1.0.3-fix2
1.0.3-fix
1.0.2
1.0.2-fix
0.0.1
Erium is Discord Bot Library made in typescript
github.com/NotSkieslol/Erium
NotSkieslol/Erium
erium
/
output
/
src
/
Endpoints.d.ts
8 lines
(7 loc)
•
265 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
export
declare
enum
Endpoints
{
BASE_URL
=
"wss://gateway.discord.gg/?v=10&encoding=json"
,
API_BASE_URL
=
"https://discord.gg/api/v10"
,
BASE_IMAGE_URL
=
"https://cdn.discordapp.com/"
,
USER_GUILDS
=
"users/@me/guilds"
,
GUILDS
=
"guilds"
}