diff options
| author | 2019-08-05 21:39:01 +0200 | |
|---|---|---|
| committer | 2019-08-05 21:39:01 +0200 | |
| commit | f6c73864c5851235fa26689f614bd6af0d347c9e (patch) | |
| tree | 124ae6ca6b21d287353add7e1041c146a2935ef9 | |
| parent | Suppress response code errors on tag reinvoke. (diff) | |
Fix typo in bot/cogs/error_handler.py.
Originally authored by @MarkKoz.
Co-Authored-By: Mark <[email protected]>
| -rw-r--r-- | bot/cogs/error_handler.py | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/bot/cogs/error_handler.py b/bot/cogs/error_handler.py index 62e2e2d7b..5033c95cf 100644 --- a/bot/cogs/error_handler.py +++ b/bot/cogs/error_handler.py @@ -19,7 +19,7 @@ log = logging.getLogger(__name__)  class ErrorHandler: -    """Handles errors emttted from commands.""" +    """Handles errors emitted from commands."""      def __init__(self, bot: Bot):          self.bot = bot | 
