added random activity at startup

This commit is contained in:
2018-12-06 19:26:57 -06:00
parent 4980c3274f
commit 689b409c89
2 changed files with 27 additions and 5 deletions

View File

@@ -5,9 +5,9 @@
"main": "bot.js",
"author": "Daniel",
"dependencies": {
"discord.js": "^11.2.1",
"ffmpeg-binaries": "^3.2.2-3",
"xmlhttprequest": "^1.8.0",
"node-opus": "^0.2.7"
"discord.js": "^11.4.2",
"ffmpeg-binaries": "^3.2.2",
"node-opus": "^0.2.9",
"xmlhttprequest": "^1.8.0"
}
}