UNPKG
discord-oauth2
Version:
latest (2.12.1)
2.12.1
2.12.0
2.11.0
2.10.1
2.10.0
2.9.0
2.8.0
2.7.1
2.7.0
2.6.0
2.5.0
2.4.0
2.3.0
2.2.0
2.1.0
2.0.2
2.0.1
2.0.0
1.4.1
1.4.0
1.3.1
1.3.0
1.2.3
1.2.2
1.2.1
1.2.0
1.1.1
1.1.0
1.0.1
1.0.0
Easily interact with discord's oauth2 API
github.com/reboxer/discord-oauth2
reboxer/discord-oauth2
discord-oauth2
/
index.js
6 lines
(5 loc)
•
225 B
JavaScript
View Raw
1
2
3
4
5
6
"use strict"
;
const
OAuth
=
require
(
"./lib/oauth"
);
OAuth
.
DiscordHTTPError
=
require
(
"./lib/eris/errors/DiscordHTTPError"
);
OAuth
.
DiscordRESTError
=
require
(
"./lib/eris/errors/DiscordRESTError"
);
module
.
exports
=
OAuth
;