Merge branch 'f0ckdev' into 'master'

bump ytdl-core

See merge request !65
This commit is contained in:
Flummi
2017-01-31 11:57:23 +00:00
2 changed files with 4 additions and 4 deletions

View File

@ -1,11 +1,11 @@
module.exports = (lib) => {
lib.trigger.add({
name: 'test',
call: /^!test$/i,
call: /^!test/i,
level: 0,
active: 0,
func: (e) => {
},
desc: 'muh'
});