From b9ac88864c832e0283c4fdcb9041900533f8807b Mon Sep 17 00:00:00 2001 From: Skycloudd <51929172+Skycloudd@users.noreply.github.com> Date: Sun, 27 Sep 2020 12:06:57 +0200 Subject: add global error handler handles these errors: - CommandNotFound (does nothing) - CommandOnCooldown (does nothing) --- bot.py | 1 + 1 file changed, 1 insertion(+) (limited to 'bot.py') diff --git a/bot.py b/bot.py index 320a805..77b1562 100755 --- a/bot.py +++ b/bot.py @@ -16,6 +16,7 @@ extensions = [ # "cogs.webserver", # "cogs.twitter", "cogs.logs", + "cogs.errorhandler" ] -- cgit v1.2.3