Skip to content

Commit

Permalink
minor changes in user metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
QuantumChemist committed Sep 29, 2024
1 parent 68449d5 commit 34e654b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bot.py
Original file line number Diff line number Diff line change
Expand Up @@ -785,7 +785,7 @@ def get_user_metadata(user):

# Adding the guild (server) name with a note
user_metadata["server_name"] = {
"note": "Note to myself: This is the current server",
"note": "*Note to myself:* This is the current server",
"value": user.guild.name
}

Expand All @@ -795,7 +795,7 @@ def get_user_metadata(user):
for member in user.guild.members if member != user
]
user_metadata["other_users"] = {
"note": "Note to myself: These are the other members",
"note": "*Note to myself, looks at clipboard:* These are the other members",
"value": other_users
}

Expand Down

0 comments on commit 34e654b

Please sign in to comment.