From 4772272613f0afa2dee5e7c63be9d6911b3d29ee Mon Sep 17 00:00:00 2001 From: Drew Date: Thu, 2 Jul 2015 18:39:22 -0400 Subject: [PATCH] replace cjson with dkjson either will work but cjson is more common --- bot.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot.lua b/bot.lua index 0e2b97b..b22f766 100644 --- a/bot.lua +++ b/bot.lua @@ -3,7 +3,7 @@ HTTP = require('socket.http') HTTPS = require('ssl.https') -JSON = require('dkjson') +JSON = require('cjson') URL = require('socket.url') VERSION = 2.01