This commit is contained in:
tommy aka doge 2022-09-10 19:46:23 -04:00
parent bf71f90171
commit 19f3bb1676

View File

@ -27,7 +27,7 @@ commands:Add('pb', {}, 'get placement on map', function(t)
local time = API:GetUserTimes(user.id, map.ID, style, game)[1]
if not time then return message:reply('idk bruh') end
if not time then return message:reply('```No time was found.```') end
local rank = API:GetTimeRank(time.ID).Rank
local count = tonumber(API:GetMapCompletionCount(time.Map, style))