We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2dca82c commit 5d4a3dbCopy full SHA for 5d4a3db
lib/https.lua
@@ -14,7 +14,7 @@ local function apply_discord_member_count(code, body, headers)
14
end
15
16
function Cryptid.update_member_count()
17
- if Cryptid_config.HTTPS and https then
+ if Cryptid_config.HTTPS and https and https.asyncRequest then
18
if (os.time() - last_update_time >= 60) or initial then
19
initial = false
20
last_update_time = os.time()
0 commit comments