From a5aff3da5338466482d3639556a8c433df8d84aa Mon Sep 17 00:00:00 2001 From: Myned Date: Tue, 17 Oct 2017 18:00:20 -0400 Subject: [PATCH] Tweaked base error output --- src/main/misc/exceptions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/misc/exceptions.py b/src/main/misc/exceptions.py index b28d74a..b715226 100644 --- a/src/main/misc/exceptions.py +++ b/src/main/misc/exceptions.py @@ -1,4 +1,4 @@ -base = '⚠️ **An internal error has occurred.** This has been reported.' +base = '⚠️ **An internal error has occurred.** This has been reported to my master. 🐺' async def send_error(ctx, error):