From 26ef62fde4761da1bc337cc4c8aa5c3dc4256864 Mon Sep 17 00:00:00 2001 From: sgoudham Date: Sun, 12 Jul 2020 05:26:33 +0100 Subject: [PATCH] Error handling text is now bold --- cogs/anime/interactive.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cogs/anime/interactive.py b/cogs/anime/interactive.py index 7efed8f2..1e43e8e8 100644 --- a/cogs/anime/interactive.py +++ b/cogs/anime/interactive.py @@ -21,7 +21,7 @@ def getMember(ctx): # Error handling function to make sure that the commands only work in "enso-chan-commands" def error_function(): - return f"Sorry! I only work in {enso_ensochancommands_Mention}" + return f"**Sorry! I only work in {enso_ensochancommands_Mention}**" # Set up the Cog