Malarne / discord_cogs

GNU General Public License v3.0
26 stars 25 forks source link

fix error when resetting description to none #41

Closed brandons209 closed 4 years ago

brandons209 commented 4 years ago

If someone set's their profile description without any text (setting it to None) they won't be able to view their profile anymore as it try's to call functions with the profile's description, which should be a string but its None. Also made it clearer when resetting it to none.