12 lines
238 B
Lua
12 lines
238 B
Lua
|
|
function run(msg, matches)
|
|
return 'https://www.youtube.com/watch?v=gvdf5n-zI14'
|
|
end
|
|
|
|
return {
|
|
description = 'Sendet ein YouTube Video namens "nope.avi"',
|
|
usage = "nope.avi",
|
|
patterns = {"^nope.avi"},
|
|
run = run
|
|
}
|
|
--by Akamaru |