Skip to content

Commit 5d4a3db

Browse files
authored
Update https.lua
1 parent 2dca82c commit 5d4a3db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/https.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ local function apply_discord_member_count(code, body, headers)
1414
end
1515
end
1616
function Cryptid.update_member_count()
17-
if Cryptid_config.HTTPS and https then
17+
if Cryptid_config.HTTPS and https and https.asyncRequest then
1818
if (os.time() - last_update_time >= 60) or initial then
1919
initial = false
2020
last_update_time = os.time()

0 commit comments

Comments
 (0)