Hotfix colour bug

This commit is contained in:
Vivek Santayana 2021-08-04 14:19:11 +01:00
parent 9656249655
commit cf912db336

View File

@ -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')