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
commit f7fcffee73
2 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
{
"name": "f0ck",
"version": "0.3.0_f0ck",
"version": "0.3.1",
"main": "src/main.js",
"scripts": {
"start": "node ./bot.js"
@ -17,7 +17,7 @@
"request": "^2.74.0",
"swig": "^1.4.2",
"uuid": "^2.0.2",
"ytdl-core": "^0.7.17",
"ytdl-core": "^0.7.23",
"safe-eval": "^0.3.0"
},
"repository": {

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'
});