v1.0.1
discord-localization v1.0.1
- added custom errors
InvalidJSONFormat
,LocalizationFileNotFound
,InvalidLocale
,LocalizationNotFound
,WrongLocalizationFormat
- these inherit from default error types, such as
ValueError
,FileNotFoundError
,KeyError
andTypeError
- functionality has not changed at all, this just makes every error a bit clearer.
Full Changelog: v1.0.0...v1.0.1