Infiziert90 / Discord-Skype-Bot

Discord-Bot that connects discord and skype.
MIT License
9 stars 9 forks source link

Fix crash when user has no nick #6

Closed Ashymad closed 5 years ago

Ashymad commented 5 years ago

When user has no nick if user.nick crashes with FieldDoesNotExist. Instead hasattr('user', 'nick') should be used.