From bfad47a71489753a5f1d2812b4a8890b37f8ea1e Mon Sep 17 00:00:00 2001 From: sgoudham Date: Tue, 7 Jul 2020 05:12:38 +0100 Subject: [PATCH] Changing the colour of the new person embed --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index ca04fc4e..2792ef43 100644 --- a/main.py +++ b/main.py @@ -72,7 +72,7 @@ async def on_member_join(member): # Set up embed for the #newpeople channel embed = Embed(title="\n**Welcome To Ensō!**", - colour=Colour(0x30e419), + colour=Colour(0xFF69B4), timestamp=datetime.datetime.utcnow()) embed.set_thumbnail(url=server_icon)