diff --git a/RoHook.lua b/RoHook.lua index 7a3cb59..f8d7de2 100644 --- a/RoHook.lua +++ b/RoHook.lua @@ -195,10 +195,8 @@ function module:send(content) content = httpService:JSONEncode(content) - print(content) - local success, data = pcall(function() - --return httpService:PostAsync(module.webhookConfig.webhookUrl, content) + return httpService:PostAsync(module.webhookConfig.webhookUrl, content) end) return success, data