From af53debea28239ac91b43a60baaabcfb0800cae3 Mon Sep 17 00:00:00 2001 From: Akamaru Date: Fri, 1 Apr 2016 22:11:30 +0200 Subject: [PATCH] Pfad angepasst --- plugins/random_pic_nsfw.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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