Pfad angepasst

This commit is contained in:
Akamaru 2016-04-01 22:11:30 +02:00
parent 860c444d3d
commit af53debea2
1 changed files with 3 additions and 3 deletions

View File

@ -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
end