Added derpibooru api key
This commit is contained in:
parent
d97b6346e4
commit
61133e445b
4
.gitignore
vendored
4
.gitignore
vendored
@ -21,4 +21,6 @@ plugins/pagespeed_insights.lua
|
|||||||
plugins/ping_adress.lua
|
plugins/ping_adress.lua
|
||||||
plugins/test.lua
|
plugins/test.lua
|
||||||
plugins/twitch.lua
|
plugins/twitch.lua
|
||||||
plugins/create_sticker.lua
|
plugins/create_sticker.lua
|
||||||
|
plugins/derpibooru_nsfw.lua
|
||||||
|
plugins/derpibooru.lua
|
@ -205,6 +205,7 @@ function create_cred( )
|
|||||||
cred = {
|
cred = {
|
||||||
bitly_access_token = "",
|
bitly_access_token = "",
|
||||||
cloudconvert_apikey = "",
|
cloudconvert_apikey = "",
|
||||||
|
derpibooru_apikey = "",
|
||||||
fb_access_token = "",
|
fb_access_token = "",
|
||||||
gender_apikey = "",
|
gender_apikey = "",
|
||||||
instagram_access_token = "",
|
instagram_access_token = "",
|
||||||
|
Reference in New Issue
Block a user