From ba4cf862905f001c723bb3ec979fa7b407710c52 Mon Sep 17 00:00:00 2001 From: sgoudham Date: Thu, 18 Jun 2020 06:29:41 +0100 Subject: [PATCH] Made embedded commands only work in #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 e54b5922..6b5c4ef4 100644 --- a/cogs/Embeds.py +++ b/cogs/Embeds.py @@ -9,7 +9,7 @@ from discord.ext.commands import BucketType, cooldown import config colour_list = [c for c in config.colors.values()] -channels = ["enso-chan-commands", 'general'] +channels = ["enso-chan-commands"] class Embeds(commands.Cog):