oh is this it

This commit is contained in:
tommy 2024-09-27 17:54:40 -04:00
parent 0777a6bf11
commit 9dd1b5e92c
Signed by: tommy
GPG Key ID: 56B522AB2EF2263A

View File

@ -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