opt-natter / discord-mybb-sync

A MyBB Plugin to syncronise MyBB Groups with Discord Roles
MIT License
11 stars 3 forks source link

Fix SQL query if field is empty instead of NULL #18

Closed TheRedBull205 closed 3 years ago

TheRedBull205 commented 3 years ago

Fix SQL query if field is empty instead of NULL Also works if the database field is still NULL

Fixes message: "ERROR: Invalid Discord Name: (deleted)"

Where it tries to sync empty fields.