Skip to content

Commit

Permalink
change color of betting command
Browse files Browse the repository at this point in the history
  • Loading branch information
FO-nTTaX committed Aug 8, 2021
1 parent c207286 commit 72cf9ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ftsbot/cogs/textcommands.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ async def author(self, ctx):

@slash_commands.command(description='On shady betting sites')
async def betting(self, ctx):
await ctx.send(embed=discord.Embed(colour=discord.Colour(0x663399), description='[On shady betting sites](https://liquipedia.net/commons/User:FO-nTTaX/Betting)'))
await ctx.send(embed=discord.Embed(colour=discord.Colour(0x00ffff), description='[On shady betting sites](https://liquipedia.net/commons/User:FO-nTTaX/Betting)'))

@slash_commands.command(description='Blame someone')
async def blame(self, ctx):
Expand Down

0 comments on commit 72cf9ab

Please sign in to comment.