Fixed some tabulation
This commit is contained in:
parent
565ac4db40
commit
7224cec834
@ -1,3 +1,4 @@
|
|||||||
|
do
|
||||||
|
|
||||||
function run(msg, matches)
|
function run(msg, matches)
|
||||||
return "Hello, " .. matches[1]
|
return "Hello, " .. matches[1]
|
||||||
@ -13,3 +14,4 @@ return {
|
|||||||
run = run
|
run = run
|
||||||
}
|
}
|
||||||
|
|
||||||
|
end
|
@ -1,3 +1,4 @@
|
|||||||
|
do
|
||||||
|
|
||||||
function run(msg, matches)
|
function run(msg, matches)
|
||||||
file = download_to_file(matches[1])
|
file = download_to_file(matches[1])
|
||||||
@ -21,3 +22,5 @@ return {
|
|||||||
},
|
},
|
||||||
run = run
|
run = run
|
||||||
}
|
}
|
||||||
|
|
||||||
|
end
|
Reference in New Issue
Block a user