discord.js/src
bdistin bca101aac8 Fix for #1089 & Message Reactions (#1236)
* [requires more testing] Fix #1089

* Clean up unshift

* Remove <Message>.patch(data)

Nothing calls this method any longer. It is also a private method, so this shouldn't be a breaking change.

* Fix Message Reactions

Purposely reference previous reaction collections, so collection is consistant accross all message edits (no unnecisary data duplication). Makes #1221 extranious.

* Some Data Packets come Incomplete

And several properties can be falsy, so instead of || opted for hasOwnProperty().

* No reason MessageTypes should be an object...

* Use `prop in obj` isntead of hasOwnProp

per @Gawdl3y
2017-04-01 01:51:12 -04:00
..
client Fix for #1089 & Message Reactions (#1236) 2017-04-01 01:51:12 -04:00
sharding Move all util methods into class 2017-02-15 22:25:18 -05:00
structures Fix for #1089 & Message Reactions (#1236) 2017-04-01 01:51:12 -04:00
util Fixing stuff, borked by #1323 (#1326) 2017-04-01 07:29:31 +02:00
index.js Overhaul Permissions utilities (EvaluatedPermissions no more) 2017-03-06 02:22:42 -05:00