mirror of
https://github.com/RGBCube/minearchy-bot
synced 2025-07-27 17:07:45 +00:00
change embed color
This commit is contained in:
parent
36d5fc331e
commit
1b216c694a
1 changed files with 1 additions and 1 deletions
2
bot.py
2
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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue