From 6cb1f18b5c5b1f5d073f0e7980c8dd0b8203a98c Mon Sep 17 00:00:00 2001 From: Myned Date: Mon, 16 Oct 2017 23:48:26 -0400 Subject: [PATCH] Now logging errors in owner dms --- 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 aef0fec..4ede3e8 100644 --- a/src/main/misc/exceptions.py +++ b/src/main/misc/exceptions.py @@ -1,4 +1,4 @@ -base = '⚠️ **An internal error has occurred.** Please notify my master! 🐺' +base = '⚠️ **An internal error has occurred.** This has already been reported.' async def send_error(ctx, error):