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):