discord.js/src/client/actions
Ryan Munro ab7f9e80b4 feat(MessageReaction): backport removeAll and MessageReactionRemoveEmoji event (#3741)
* Add new action and websocket handler

* Add REST method for removing reaction emoji

* Update Message#_removeReaction to handle removing whole emoji

* Add MessageReaction#removeAll and update typings

* Apply uncached user fix
2020-01-25 15:36:35 +01:00
..
Action.js
ActionsManager.js feat(MessageReaction): backport removeAll and MessageReactionRemoveEmoji event (#3741) 2020-01-25 15:36:35 +01:00
ChannelCreate.js
ChannelDelete.js fix(ChannelDelete): mark messages of a deleted channel as deleted (#3572) 2020-01-05 18:29:14 +01:00
ChannelUpdate.js Remove unnecessary import 2019-05-11 17:24:25 -04:00
GuildBanRemove.js
GuildChannelsPositionUpdate.js
GuildDelete.js backport: deleted property 2018-06-29 19:11:50 -05:00
GuildEmojiCreate.js
GuildEmojiDelete.js backport: deleted property 2018-06-29 19:11:50 -05:00
GuildEmojisUpdate.js
GuildEmojiUpdate.js
GuildMemberGet.js
GuildMemberRemove.js backport: deleted property 2018-06-29 19:11:50 -05:00
GuildRoleCreate.js
GuildRoleDelete.js backport: deleted property 2018-06-29 19:11:50 -05:00
GuildRolesPositionUpdate.js
GuildRoleUpdate.js
GuildSync.js
GuildUpdate.js
InviteCreate.js feat(Client): backport INVITE_CREATE and INVITE_DELETE events (#3728) 2020-01-24 16:34:59 +01:00
InviteDelete.js feat(Client): backport INVITE_CREATE and INVITE_DELETE events (#3728) 2020-01-24 16:34:59 +01:00
MessageCreate.js fix(TextBasedChannel): added missing lastMessage functionality in textchannels (#2999) 2018-12-23 22:16:50 -06:00
MessageDelete.js backport: deleted property 2018-06-29 19:11:50 -05:00
MessageDeleteBulk.js backport: deleted property 2018-06-29 19:11:50 -05:00
MessageReactionAdd.js docs: only cached messages emit reaction events (#2607) 2018-06-21 21:40:52 +02:00
MessageReactionRemove.js docs(Client): clarify messageReactionRemove event's user description (#2657) 2018-07-18 11:37:36 +02:00
MessageReactionRemoveAll.js docs: only cached messages emit reaction events (#2607) 2018-06-21 21:40:52 +02:00
MessageReactionRemoveEmoji.js feat(MessageReaction): backport removeAll and MessageReactionRemoveEmoji event (#3741) 2020-01-25 15:36:35 +01:00
MessageUpdate.js
UserGet.js
UserNoteUpdate.js
UserUpdate.js