discord.js/src/client
SpaceEEC 46e8bc44fc
feat(BitField): add BitField base class (#3759)
* feat(BitField): add BitField base class

* fix(Permissions): properly deprecate the getters/setters
2020-02-12 22:23:48 +01:00
..
actions feat(MessageReaction): backport removeAll and MessageReactionRemoveEmoji event (#3741) 2020-01-25 15:36:35 +01:00
rest feat(Integration): add guild integrations (#3756) 2020-02-02 11:11:31 +01:00
voice fix(Voice*): fix speaking event and voice receive (#3749) 2020-01-31 22:37:11 +01:00
websocket fix: remove for..in in favor of Object.keys (#3745) 2020-01-31 11:38:47 +00:00
Client.js feat(BitField): add BitField base class (#3759) 2020-02-12 22:23:48 +01:00
ClientDataManager.js Add news/store channel support to CHANNEL_CREATE 2019-05-11 18:11:19 -04:00
ClientDataResolver.js fix(ClientDataResolver): return a user in resolveUser when passing guild (#3719) 2020-01-20 22:02:28 +01:00
ClientManager.js fix(Client): login not properly rejecting on invalid token 2018-06-29 19:38:06 -05:00
WebhookClient.js