discord.js/src/rest
bdistin 5afd77ab73 refactor: remove user bot methods (#2559)
* [WIP] Remove user bots

* more backend userbot removal

* Add mfaEnabled back

* revert client presences store removal

* partially revert getAuth changes

* remove more no longer used children of ClientUserGuildSettings

* fix a bug with this pr and TextBasedChannel.applyToClass

* remove a syncGuilds reference

* more user bot data handling

* various guildSync cleanup

* bots can't call logout

Had the user/bot portions of the code mixed up. Though, does this need to be a promise anymore?

* make ClientManager#destroy() sync

It nolonger needs to be a promise, and nothing depended on it being a promise that I can tell.

* requested change

* Fix massive error

* no longer used as it's userbot only
2018-07-25 22:14:23 -04:00
..
handlers fix(RequestHandler): provide proper route and method 2018-06-29 15:13:03 -05:00
APIRequest.js switch to node-fetch (#2587) 2018-06-19 20:10:55 +02:00
APIRouter.js tinify webpacks (#1975) 2017-09-26 07:18:12 +02:00
DiscordAPIError.js feat(DiscordAPIError): add method property (#2530) 2018-05-03 08:01:27 +02:00
RESTManager.js refactor: remove user bot methods (#2559) 2018-07-25 22:14:23 -04:00