Nabrok / gw2-discord-bot

Discord bot for the Guild Wars 2 API.
GNU General Public License v3.0
33 stars 25 forks source link

Missing null check on id field #18

Closed siemandelc closed 7 years ago

siemandelc commented 7 years ago

Not sure what triggered it, but it took the bot offline

capture

Nabrok commented 7 years ago

This is an odd one, not sure how it was getting to that part of the code without a valid user object, but it does seem to happen sometimes when !whois is called without a valid mention.

This commit should prevent the bot crashing if that does happen.