qwertyquerty / pypresence

A complete Discord IPC and Rich Presence wrapper library in Python!
https://qwertyquerty.github.io/pypresence/html/index.html
MIT License
652 stars 76 forks source link

Remove empty collections as well, because Discord does not allow empty strings #231

Closed pandaninjas closed 8 months ago

pandaninjas commented 10 months ago

Discord doesn't allow empty strings in presence fields. This PR resolves that issue by removing all empty collections in remove_none

qwertyquerty commented 8 months ago

I don't think this is necessary, passing in empty strings is the users fault