Skip to content

Commit

Permalink
Update iterate_prc_logs.py
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeyUsersREC authored Jan 4, 2025
1 parent 48fe881 commit 74503e4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tasks/iterate_prc_logs.py
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,8 @@ async def process_player_logs(bot, settings, guild_id, player_logs, last_timesta
name="Player Information",
value=f"> **Username:** [{user.name}](https://roblox.com/users/{user_id}/profile)\n> **User ID:** {user_id}\n> **Reason:** {', '.join(reasons)}"
).set_thumbnail(url=avatar_url),
view=view
view=view,
allowed_mentions=discord.AllowedMentions.all()
)

if settings['ERLC']['avatar_check'].get('message'):
Expand Down

0 comments on commit 74503e4

Please sign in to comment.