doesn't really matter

This commit is contained in:
2024-09-12 12:23:49 -04:00
parent 9279e4dc88
commit 3d211facf6
2 changed files with 3 additions and 2 deletions

View File

@ -95,7 +95,7 @@ local function Callback(Interaction, Command, Args)
end
end
if not user_info.id then
return error('stop doing that')
return error(user_info)
end
local description = user_info.description=='' and 'This user has no description' or user_info.description