From 61133e445bff989bb1d9a9422e21daeb954e9e69 Mon Sep 17 00:00:00 2001 From: Akamaru Date: Thu, 23 Apr 2015 17:30:43 +0200 Subject: [PATCH] Added derpibooru api key --- .gitignore | 4 +++- bot/bot.lua | 1 + 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index fa9f997..f89d7ec 100644 --- a/.gitignore +++ b/.gitignore @@ -21,4 +21,6 @@ plugins/pagespeed_insights.lua plugins/ping_adress.lua plugins/test.lua plugins/twitch.lua -plugins/create_sticker.lua \ No newline at end of file +plugins/create_sticker.lua +plugins/derpibooru_nsfw.lua +plugins/derpibooru.lua \ No newline at end of file diff --git a/bot/bot.lua b/bot/bot.lua index 41d5128..9376b19 100644 --- a/bot/bot.lua +++ b/bot/bot.lua @@ -205,6 +205,7 @@ function create_cred( ) cred = { bitly_access_token = "", cloudconvert_apikey = "", + derpibooru_apikey = "", fb_access_token = "", gender_apikey = "", instagram_access_token = "",