From 1b216c694a985502aaa80054946257b769dc885f Mon Sep 17 00:00:00 2001 From: RGBCube <78925721+RGBCube@users.noreply.github.com> Date: Mon, 6 Jun 2022 09:41:10 +0000 Subject: [PATCH] change embed color --- bot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot.py b/bot.py index 1e140d2..65dd1d3 100644 --- a/bot.py +++ b/bot.py @@ -15,7 +15,7 @@ class MinearchyBot(commands.Bot): log_webhook: discord.Webhook up_ts: float - embed_color = 0x39FF14 + embed_color = 0x3500FF def __init__(self, token: str, webhook_url: str, /) -> None: ip = "play.landsofminearchy.com"