From 19f3bb1676952e2a7a40783a107a17f406085374 Mon Sep 17 00:00:00 2001 From: tommy aka doge <59783653+dowoge@users.noreply.github.com> Date: Sat, 10 Sep 2022 19:46:23 -0400 Subject: [PATCH] yes --- src/modules/commands/pb.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/commands/pb.lua b/src/modules/commands/pb.lua index 0ad3d8d..4e8cd19 100644 --- a/src/modules/commands/pb.lua +++ b/src/modules/commands/pb.lua @@ -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))