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 05af6f5 commit d1d7247Copy full SHA for d1d7247
lib/https.lua
@@ -15,7 +15,7 @@ local function apply_discord_member_count(code, body, headers)
15
end
16
17
function Cryptid.update_member_count()
18
- if Cryptid_config.HTTPS then
+ if Cryptid_config.HTTPS and https then
19
if (os.time() - last_update_time >= 60) or initial then
20
initial = false
21
last_update_time = os.time()
0 commit comments