discord.js/src/client/actions
SpaceEEC cd08a3b5a4 refactor(Actions): remove obsolete user and guild member get actions (#2061)
The UserGetAction was never used.
The GuildMemberGetAction was only once used.
Easily replaced with a shorter and more comprehensible line. (Also consistent with the rest of the library)
2017-10-26 08:52:03 +01:00
..
Action.js
ActionsManager.js refactor(Actions): remove obsolete user and guild member get actions (#2061) 2017-10-26 08:52:03 +01:00
ChannelCreate.js refactor: make use of destructuring for Constants (#1942) 2017-09-16 20:31:36 +02:00
ChannelDelete.js refactor: make use of destructuring for Constants (#1942) 2017-09-16 20:31:36 +02:00
ChannelUpdate.js Store and Model Refactor (#1618) 2017-08-25 21:08:58 +01:00
GuildBanRemove.js refactor: make use of destructuring for Constants (#1942) 2017-09-16 20:31:36 +02:00
GuildChannelsPositionUpdate.js clean up positions (#1919) 2017-09-09 22:40:32 +02:00
GuildDelete.js fix(GuildDelete): disconnect voice and cleanup GuildChannels (#2026) 2017-10-19 07:03:02 +02:00
GuildEmojiCreate.js refactor: make use of destructuring for Constants (#1942) 2017-09-16 20:31:36 +02:00
GuildEmojiDelete.js refactor: make use of destructuring for Constants (#1942) 2017-09-16 20:31:36 +02:00
GuildEmojisUpdate.js
GuildEmojiUpdate.js refactor: make use of destructuring for Constants (#1942) 2017-09-16 20:31:36 +02:00
GuildMemberRemove.js refactor: make use of destructuring for Constants (#1942) 2017-09-16 20:31:36 +02:00
GuildRoleCreate.js refactor: make use of destructuring for Constants (#1942) 2017-09-16 20:31:36 +02:00
GuildRoleDelete.js refactor: make use of destructuring for Constants (#1942) 2017-09-16 20:31:36 +02:00
GuildRolesPositionUpdate.js clean up positions (#1919) 2017-09-09 22:40:32 +02:00
GuildRoleUpdate.js refactor: make use of destructuring for Constants (#1942) 2017-09-16 20:31:36 +02:00
GuildSync.js Rewrite presence a little bit (#1853) 2017-09-02 23:57:02 +01:00
GuildUpdate.js refactor: make use of destructuring for Constants (#1942) 2017-09-16 20:31:36 +02:00
MessageCreate.js refactor: make use of destructuring for Constants (#1942) 2017-09-16 20:31:36 +02:00
MessageDelete.js refactor: make use of destructuring for Constants (#1942) 2017-09-16 20:31:36 +02:00
MessageDeleteBulk.js fix(MessageBulkDeleteAction): remove deleted messages from cache (#2046) 2017-10-22 14:51:44 +02:00
MessageReactionAdd.js Store and Model Refactor (#1618) 2017-08-25 21:08:58 +01:00
MessageReactionRemove.js refactor: make use of destructuring for Constants (#1942) 2017-09-16 20:31:36 +02:00
MessageReactionRemoveAll.js refactor: make use of destructuring for Constants (#1942) 2017-09-16 20:31:36 +02:00
MessageUpdate.js Store and Model Refactor (#1618) 2017-08-25 21:08:58 +01:00
UserNoteUpdate.js refactor: make use of destructuring for Constants (#1942) 2017-09-16 20:31:36 +02:00
UserUpdate.js refactor: make use of destructuring for Constants (#1942) 2017-09-16 20:31:36 +02:00