aboutsummaryrefslogtreecommitdiffstats
path: root/arthur/utils.py
diff options
context:
space:
mode:
authorGravatar Joe Banks <[email protected]>2021-07-17 21:29:22 +0100
committerGravatar Joe Banks <[email protected]>2021-07-17 21:29:22 +0100
commita2374ae85da2ad8041165893db4cf0514e458c5f (patch)
treedbcd3eaa2bbb44fd4aab4f6523622f8ea6fb663f /arthur/utils.py
parentfix: don't await incluster config load (diff)
chore: add monty python reference to error message
Diffstat (limited to 'arthur/utils.py')
-rw-r--r--arthur/utils.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/arthur/utils.py b/arthur/utils.py
index ce2d356..4ea2315 100644
--- a/arthur/utils.py
+++ b/arthur/utils.py
@@ -4,7 +4,7 @@ from discord import Embed
from discord.colour import Colour
-def generate_error_embed(title: str = "Failed!", description: str = "An error occurred") -> Embed:
+def generate_error_embed(title: str = "'Tis but a scratch!", description: str = "An error occurred") -> Embed:
"""Generate an error embed to return to Discord."""
return Embed(
title=title,