From 72cf9abd84cb7028f6d6a319a31991a2bd961308 Mon Sep 17 00:00:00 2001 From: FO-nTTaX Date: Sun, 8 Aug 2021 02:48:54 +0200 Subject: [PATCH] change color of betting command --- ftsbot/cogs/textcommands.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ftsbot/cogs/textcommands.py b/ftsbot/cogs/textcommands.py index 008a78b..c7e524e 100644 --- a/ftsbot/cogs/textcommands.py +++ b/ftsbot/cogs/textcommands.py @@ -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):