Pfad angepasst
This commit is contained in:
parent
860c444d3d
commit
af53debea2
@ -8,8 +8,8 @@ end
|
|||||||
function run(msg, matches)
|
function run(msg, matches)
|
||||||
local pics = {
|
local pics = {
|
||||||
-- add more below!
|
-- add more below!
|
||||||
["/nsfw"] = "../Pictures/Mikubot/nsfw/",
|
["/nsfw"] = "../Bilder/Mikubot/nsfw/",
|
||||||
["/nsfw gif"] = "../Pictures/Mikubot/nsfw/gifs/"
|
["/nsfw gif"] = "../Bilder/Mikubot/nsfw/gifs/"
|
||||||
}
|
}
|
||||||
|
|
||||||
local receiver = get_receiver(msg)
|
local receiver = get_receiver(msg)
|
||||||
@ -36,4 +36,4 @@ return {
|
|||||||
patterns = {"^/nsfw$","^/nsfw gif$"},
|
patterns = {"^/nsfw$","^/nsfw gif$"},
|
||||||
run = run
|
run = run
|
||||||
}
|
}
|
||||||
end
|
end
|
||||||
|
Reference in New Issue
Block a user