Skip to content

Commit

Permalink
added emoji
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinTrinh1227 committed Nov 9, 2023
1 parent 38d132d commit 4736153
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion listeners/member_join_leave.py
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ async def on_member_remove(self, member):

channel = self.client.get_channel(logs_channel_id)
embed = discord.Embed(
title=(f"{member.display_name} has left the server."),
title=(f"🚪 | {member.display_name} has left the server."),
description=f"{member.mention} aka `{member.name}` has left {member.guild.name}.",
colour= embed_color
)
Expand Down

0 comments on commit 4736153

Please sign in to comment.