(Logging): Remove guild icon to protect privacy.

This commit is contained in:
2021-09-27 17:35:14 +03:00
parent e45ffc94ba
commit f49126ef2b

View File

@@ -70,7 +70,6 @@ async def log_joined_guild(client, guild):
timestamp=datetime.datetime.utcnow()
)
embed.set_author(name="Joined guild!")
embed.set_thumbnail(url=icon)
embed.add_field(name="Owner", value="{0} (ID: {0.id})".format(owner), inline=False)
embed.add_field(name="Region", value=region, inline=False)