khazhyk 8bd242f00b Fix crash on reaction remove.
Discord can sometimes send integer 0 as the emoji id instead of
null to signify a non-custom emoji, which was causing a crash due
to a 'is not None' check assuming the reaction was for an emoji
with id 0. Probably a discord bug, but preferable to handle here
rather than crash users.
2016-11-05 21:46:07 -07:00
..
2016-05-06 12:23:24 -04:00
2016-11-04 00:14:07 -04:00
2016-08-06 16:54:07 -07:00
2016-10-27 21:36:32 -07:00
2016-01-04 22:28:29 -05:00
2016-01-04 22:28:29 -05:00
2016-09-10 23:06:02 -04:00
2016-05-06 12:23:24 -04:00
2016-10-27 21:36:32 -07:00
2016-09-21 04:22:12 -04:00
2016-11-05 21:46:07 -07:00