From b07e4ce169cce670a0094b1be3e1eb306caccfb9 Mon Sep 17 00:00:00 2001 From: sgoudham Date: Tue, 7 Jul 2020 22:36:04 +0100 Subject: [PATCH] Updating Guild Icon --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index fb99ce4a..567cf876 100644 --- a/main.py +++ b/main.py @@ -69,7 +69,7 @@ async def on_member_join(member): new_people = guild.get_channel(669771571337887765) # Set the enso server icon and the welcoming gif - server_icon = "https://media.discordapp.net/attachments/683490529862090814/715010931620446269/image1.jpg?width=658&height=658" + server_icon = guild.icon_url welcome_gif = "https://cdn.discordapp.com/attachments/714671068941647933/717144047252275270/f4d7de6463d3ada02058a094fd6917ac.gif" # Set up embed for the #newpeople channel