Skip to content

Commit 79ba8de

Browse files
committed
Shorten message
1 parent 0c04257 commit 79ba8de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/thread.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -792,7 +792,7 @@ def format_info_embed(self, user, log_url, log_count, color):
792792
embed.add_field(name="Roles", value=role_names, inline=True)
793793
else:
794794
embed.set_footer(
795-
text=f"{footer} | Note: this member is not part of the main server."
795+
text=f"{footer} • user not in main server"
796796
)
797797

798798
if log_count:

0 commit comments

Comments
 (0)