zhaobenny / bz-cogs

Interesting cogs for Red Bot
MIT License
23 stars 14 forks source link

Fixed issue with JSON parsing with #17

Closed alsaiduq-lab closed 1 year ago

alsaiduq-lab commented 1 year ago

Overview: This PR addresses a bug where the system raised a TypeError when trying to load a JSON value that is null as NoneType. This occurred when using [p]aiuser response parameters. The change adds an exception if the data is null as it being null made it impossible to even touch or change this command.