forked from viveksantayana/geas-bot
Hotfix colour bug
This commit is contained in:
parent
9656249655
commit
cf912db336
@ -41,7 +41,7 @@ class TCardCommand(commands.Cog, name='T-Card Command'):
|
|||||||
embed = discord.Embed(
|
embed = discord.Embed(
|
||||||
title='T-Card',
|
title='T-Card',
|
||||||
description='A T-Card Has Been Played',
|
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_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')
|
embed.set_image(url='http://geas.org.uk/wp-content/uploads/2020/08/tcard-1-e1597167776966.png')
|
||||||
|
Loading…
Reference in New Issue
Block a user