discord.js/src
Braxton f0c4d0e834 feat: Add "deleted" property to multiple structures. (#2556)
* Add "deleted" property to "Message" structure

* Add "deleted" property to Multiple structures

Structures edited:
- Channel
- Emoji
- Guild
- Guild Member
- Role

* Update "deletable" getter

* Fix ESLint "no-trailing-spaces" errors

* Requested Change: Mark w/ bulkDelete
2018-05-28 17:42:51 -05:00
..
client feat: Add "deleted" property to multiple structures. (#2556) 2018-05-28 17:42:51 -05:00
errors fix(MessageEmbed): remove length checks (#2304) 2018-01-29 10:56:55 -06:00
rest fix(RequestHandler): only retry once on 5xx (#2471) 2018-05-25 17:33:17 +02:00
sharding feat: Shard#kill method (#2454) 2018-05-27 03:26:18 -05:00
stores docs: consistency 2018-04-29 13:28:12 -05:00
structures feat: Add "deleted" property to multiple structures. (#2556) 2018-05-28 17:42:51 -05:00
util docs(Collection): make findKey method show up in docs 2018-05-19 08:50:39 +02:00
index.js GuildEmoji: Move all role related functions to a separate store (#2271) 2018-01-24 20:47:20 +01:00
WebSocket.js