diff --git a/plugins/random_pic_nsfw.lua b/plugins/random_pic_nsfw.lua index aa9e36b..9ca8577 100644 --- a/plugins/random_pic_nsfw.lua +++ b/plugins/random_pic_nsfw.lua @@ -8,8 +8,8 @@ end function run(msg, matches) local pics = { -- add more below! - ["/nsfw"] = "../Pictures/Mikubot/nsfw/", - ["/nsfw gif"] = "../Pictures/Mikubot/nsfw/gifs/" + ["/nsfw"] = "../Bilder/Mikubot/nsfw/", + ["/nsfw gif"] = "../Bilder/Mikubot/nsfw/gifs/" } local receiver = get_receiver(msg) @@ -36,4 +36,4 @@ return { patterns = {"^/nsfw$","^/nsfw gif$"}, run = run } -end \ No newline at end of file +end