Skip to content

Commit

Permalink
minor embed change
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinTrinh1227 committed Nov 7, 2023
1 parent 4471995 commit 2218a0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion listeners/member_data_cacher.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ async def guildMemberCacher(self):

channel = self.client.get_channel(logs_channel_id)
embed = discord.Embed(
title=(f"😊 | {ign} has just joined/loaded."),
title=(f"😊 | {ign} has just joined the guild!."),
description=f"Player `{ign}` was just loaded into the guild cache. This means that they either just joined or was just now loaded. Their username will now appear in all guild commands.",
colour= embed_color
)
Expand Down

0 comments on commit 2218a0e

Please sign in to comment.