Handle None language_code returned from Telegram
According to #45 (closed), there's a chance that Telegram will return None as user language_code.
This MR handles that by setting it to "en" if None, else lowercasing it.
According to #45 (closed), there's a chance that Telegram will return None as user language_code.
This MR handles that by setting it to "en" if None, else lowercasing it.