diff --git a/app/cogs/slashcommands/secondary/tcard.py b/app/cogs/slashcommands/secondary/tcard.py index ba93585..7c53448 100644 --- a/app/cogs/slashcommands/secondary/tcard.py +++ b/app/cogs/slashcommands/secondary/tcard.py @@ -41,7 +41,7 @@ class TCardCommand(commands.Cog, name='T-Card Command'): embed = discord.Embed( title='T-Card', description='A T-Card Has Been Played', - colour=discord.Color.dark_red, + colour=discord.Color.dark_red(), ) embed.set_footer(text=datetime.now().strftime('%a %-d %b %y, %-I:%M %p')) embed.set_image(url='http://geas.org.uk/wp-content/uploads/2020/08/tcard-1-e1597167776966.png')