little thing
This commit is contained in:
parent
f3571e2091
commit
eaa56879ea
@ -1,3 +1,4 @@
|
||||
|
||||
function run(msg, matches)
|
||||
text = matches[2]
|
||||
local user_name = get_name(msg)
|
||||
|
@ -82,7 +82,7 @@ return {
|
||||
usage = "",
|
||||
patterns = {
|
||||
"youtu.be/([A-Za-z0-9-_-]+)",
|
||||
"youtube.com/watch%?v=([A-Za-z0-9-_-]+)",
|
||||
"youtube.com/watch%?v=([A-Za-z0-9-_-]+)"
|
||||
},
|
||||
run = run
|
||||
}
|
||||
|
Reference in New Issue
Block a user