Browse Source
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.pull/401/head
1 changed files with 1 additions and 1 deletions
Loading…
Reference in new issue