From 70a94e79cc013cb2c5a36d6c5d4faca56602871f Mon Sep 17 00:00:00 2001 From: Conatum Date: Fri, 28 Jan 2022 21:22:21 +0200 Subject: [PATCH] (meta): Update join message header. --- bot/modules/meta/join_message.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot/modules/meta/join_message.py b/bot/modules/meta/join_message.py index c3cdc18a..dc3eaec3 100644 --- a/bot/modules/meta/join_message.py +++ b/bot/modules/meta/join_message.py @@ -34,7 +34,7 @@ async def post_join_message(client: cmdClient, guild: discord.Guild): description=message ) embed.set_author( - name="Hello! My name is Leo", + name="Hello everyone! My name is Leo, the StudyLion!", icon_url="https://cdn.discordapp.com/emojis/933610591459872868.webp" ) embed.set_image(url=animation_link)