From cbad5cec67c60029f9f4c9569273907e304d8299 Mon Sep 17 00:00:00 2001 From: sgoudham Date: Tue, 23 Jun 2020 19:48:33 +0100 Subject: [PATCH] Made the error function link the channel enso-chan-commands --- cogs/Embeds.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cogs/Embeds.py b/cogs/Embeds.py index 64f72f1c..2a154d72 100644 --- a/cogs/Embeds.py +++ b/cogs/Embeds.py @@ -293,7 +293,7 @@ class Embeds(commands.Cog): # Error handling function to make sure that the commands only work in "enso-chan-commands" def error_function(): - return "Sorry! I only work in #enso-chan-commands!" + return "Sorry! I only work in <#721449922838134876>" def setup(bot):