From 9dd1b5e92c5a3c9aae9e88f1db5d2e050ba55a91 Mon Sep 17 00:00:00 2001 From: tommy Date: Fri, 27 Sep 2024 17:54:40 -0400 Subject: [PATCH] oh is this it --- src/SlashCommands/User.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/SlashCommands/User.lua b/src/SlashCommands/User.lua index c6904ee..75324fa 100644 --- a/src/SlashCommands/User.lua +++ b/src/SlashCommands/User.lua @@ -95,7 +95,7 @@ local function Callback(Interaction, Command, Args) end end if not user_info.id then - return error(user_info) + error(user_info) end local description = user_info.description=='' and 'This user has no description' or user_info.description