This commit is contained in:
Christopher Cookman 2024-08-20 14:37:36 -06:00
parent 8be610735b
commit dc9a11b444
Signed by: ChrisChrome
GPG key ID: A023A26E42C33A42

View file

@ -345,7 +345,7 @@ Client.on("interactionCreate", async (interaction) => {
break;
case "check":
// Check if the user is banned, if they are get their user details with noblox
userId = interaction.options.get("user").value
userId = await interaction.options.get("user").value
await interaction.deferReply({ephemeral: true})
userInfo = await noblox.getPlayerInfo(userId)
userThumbnail = await noblox.getPlayerThumbnail([userId], 720, "png", false, "body")