Skip to content

Commit

Permalink
Merge pull request #242 from hitblast/main
Browse files Browse the repository at this point in the history
🔨 [tuning] Synchronized `/userinfo` with latest API changes
  • Loading branch information
hitblast authored Jun 23, 2023
2 parents ea69f94 + 6975995 commit 3aa5aad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cogs/inspection.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ async def _userinfo_backend(
self, inter: disnake.CommandInteraction, member: disnake.Member
) -> None:
embed = (
core.TypicalEmbed(inter=inter, title=str(member))
core.TypicalEmbed(inter=inter, title=f'{member.global_name} ({member.display_name})')
.add_field(name='Status', value=member.status)
.add_field(
name='Birth',
Expand Down

0 comments on commit 3aa5aad

Please sign in to comment.