Browse Source
* Check for Unset type in Emoji.custom * Typecase id value to bool in the case where id is Unset this will call the builtin __bool__ which returns False. This is not ideal beacuse an Id of 0 will mean the emoji is custom, but to fix would require a deeper refactor of the Field logic. Lets put a pin in it. * Remove unused importdevelop
committed by
Andrei Zbikowski
1 changed files with 1 additions and 1 deletions
Loading…
Reference in new issue