AlexanderColen / Annie-May-Discord-Bot

Discord bot written in C# for AniList anime/manga lookup.
https://discord.com/oauth2/authorize?client_id=701143398526222386&permissions=388160&scope=bot
13 stars 1 forks source link

Checking separately for both null and "" in a lot of cases. #37

Closed AlexanderColen closed 4 years ago

AlexanderColen commented 4 years ago

The string.IsNullOrEmpty() method exists, so replace all of those with that.