[Misc] Typo fixes (#3427)

* [Misc] Typo fixes

* Changelog

* Trivia list

* Update 3427.misc.rst

* Changelog
This commit is contained in:
Stonedestroyer
2020-01-22 11:00:52 +01:00
committed by Draper
parent 77235f7750
commit e1a110b1bf
12 changed files with 12 additions and 10 deletions

View File

@@ -95,7 +95,7 @@ class KickBanMixin(MixinMeta):
except discord.Forbidden:
return _("I'm not allowed to do that.")
except Exception as e:
return e # TODO: impproper return type? Is this intended to be re-raised?
return e # TODO: improper return type? Is this intended to be re-raised?
if create_modlog_case:
try: