From eb4ed7cea8eb7eb9b4b0ecbf0a94cff473c94cef Mon Sep 17 00:00:00 2001 From: Kreusada Ignad Amredes <67752638+Kreusada@users.noreply.github.com> Date: Sun, 24 Mar 2024 12:55:44 +0000 Subject: [PATCH] [Colour] Quick fix --- colour/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/colour/__init__.py b/colour/__init__.py index e795c7a55..41eb5ce92 100644 --- a/colour/__init__.py +++ b/colour/__init__.py @@ -6,4 +6,4 @@ async def setup(bot: Red): - await bot.add_cog(Colour(bot)) \ No newline at end of file + await bot.add_cog(Colour())