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

Media idMal attribute can be null and will throw a NullPointerException if it occurs. #68

Closed AlexanderColen closed 4 years ago

AlexanderColen commented 4 years ago

Changing this to int? should resolve the issue. https://github.com/AlexanderColen/Annie-May-Discord-Bot/blob/bacc66e1c984b444bc71b007f20375bcd6979a30/Annie/Models/Anilist/Media.cs#L9

AlexanderColen commented 4 years ago

Also change it so that no MAL hyperlink shows up at all if it is null.