diff --git a/.gitignore b/.gitignore index 77e62ce..a3ebe78 100644 --- a/.gitignore +++ b/.gitignore @@ -36,4 +36,6 @@ plugins/yandere.lua plugins/e621.lua plugins/ponyfaces.lua plugins/rss_old.lua -plugins/gfycat.lua \ No newline at end of file +plugins/gfycat.lua +plugins/yourls.lua +plugins/youtube_channel.lua \ No newline at end of file diff --git a/bot/bot.lua b/bot/bot.lua index 8b4a3d2..68b455c 100644 --- a/bot/bot.lua +++ b/bot/bot.lua @@ -256,7 +256,9 @@ function create_cred( ) tw_access_token_secret = "", x_mashape_key = "", yandex_translate_apikey = "", - yandex_rich_content_apikey = "" + yandex_rich_content_apikey = "", + yourls_site_url = "", + yourls_signature_token = "" } serialize_to_file(cred, './data/credentials.lua') print ('Credentials gespeichert in ./data/credentials.lua')