From a7ddab01e51d31908705aa8b4938a2ec4a04f337 Mon Sep 17 00:00:00 2001 From: Akamaru Date: Wed, 22 Apr 2015 16:47:41 +0200 Subject: [PATCH] function cloudconvert_apikey --- .gitignore | 3 ++- bot/bot.lua | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index e918642..fa9f997 100644 --- a/.gitignore +++ b/.gitignore @@ -20,4 +20,5 @@ plugins/page2image.lua plugins/pagespeed_insights.lua plugins/ping_adress.lua plugins/test.lua -plugins/twitch.lua \ No newline at end of file +plugins/twitch.lua +plugins/create_sticker.lua \ No newline at end of file diff --git a/bot/bot.lua b/bot/bot.lua index 897a0e3..41d5128 100644 --- a/bot/bot.lua +++ b/bot/bot.lua @@ -204,6 +204,7 @@ end function create_cred( ) cred = { bitly_access_token = "", + cloudconvert_apikey = "", fb_access_token = "", gender_apikey = "", instagram_access_token = "",