From dc9a11b444bbf0c9820e13c4e5337a71d0353e2d Mon Sep 17 00:00:00 2001 From: ChrisChrome Date: Tue, 20 Aug 2024 14:37:36 -0600 Subject: [PATCH] Brrt --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index d6d0275..8fd4590 100644 --- a/index.js +++ b/index.js @@ -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")