Browse Source

3 sec response

huy
gsd 2 years ago
parent
commit
1f3606b891
  1. 3
      user_ext/profile.py

3
user_ext/profile.py

@ -9,5 +9,6 @@ class Extension:
profile: str = ""
):
steam64 = await core.GetSteam64OfDiscord(interaction.user)
await interaction.response.defer(thinking=True)
player = await core.GetPlayer(profile, steam64) if profile else await core.GetPlayer(steam64, steam64)
return await interaction.response.send_message(embed=player.embed, ephemeral=False)
return await interaction.followup.send(embed=player.embed, ephemeral=False)
Loading…
Cancel
Save