ohman
This commit is contained in:
parent
674d28c345
commit
312d3f0769
|
@ -10,7 +10,7 @@ module.exports = (bot, trigger, lib) => {
|
|||
level: 0,
|
||||
active: 1,
|
||||
func: (e) => {
|
||||
if(e.channel.getName() == '#kbot-dev') {
|
||||
if(e.channel.getName() == '#f0ck') {
|
||||
if(!e.message.match(/\!ignore/)) {
|
||||
var tmp = e.message.match(/https?:\/\/(www\.)?(yotu\.be\/|youtube\.com\/)?((.+\/)?(watch(\?v=|.+&v=))?(v=)?)([\w_-]{11})(&.+)?/gi); // get links
|
||||
tmp.forEach((entry,i,a) => {
|
||||
|
|
Loading…
Reference in New Issue
Block a user