diff options
| author | khazhyk <[email protected]> | 2016-11-05 21:40:54 -0700 |
|---|---|---|
| committer | khazhyk <[email protected]> | 2016-11-05 21:46:07 -0700 |
| commit | 8bd242f00b575aedfe3e53c75da48b1256af2fa2 (patch) | |
| tree | 22425f8865e9d8487fc87f86c00d9beadf5f9c6a /docs/index.rst | |
| parent | Version bump to v0.14.2 (diff) | |
| download | discord.py-8bd242f00b575aedfe3e53c75da48b1256af2fa2.tar.xz discord.py-8bd242f00b575aedfe3e53c75da48b1256af2fa2.zip | |
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.
Diffstat (limited to 'docs/index.rst')
0 files changed, 0 insertions, 0 deletions