diff --git a/src/SlashCommands/User.lua b/src/SlashCommands/User.lua index 199289f..ab0f630 100644 --- a/src/SlashCommands/User.lua +++ b/src/SlashCommands/User.lua @@ -115,7 +115,7 @@ local function Callback(Interaction, Command, Args) end local usernameHistoryString = table.concat(usernameHistoryTable,', ') - local onlineStatus_info = API:GetUserOnlineStatus(id) or {lastLocation="Unknown", lastOnline=0, userPresenceType=-1} + local onlineStatus_info = {lastLocation="Unknown", lastOnline=0, userPresenceType=-1} -- table.foreach(onlineStatus_info,print) local LastLocation = onlineStatus_info.lastLocation