Added deep training feature, removes duplicate and bot-sourced messages.

This commit is contained in:
Charlie Laabs
2018-02-06 21:04:54 -06:00
parent 6bee324aa8
commit a9623c86ef
3 changed files with 125 additions and 24 deletions

View File

@@ -1,12 +1,12 @@
{
"name": "markbot",
"version": "0.1.0",
"version": "0.2.0",
"description": "A conversational Markov chain bot for Discord",
"main": "index.js",
"scripts": {
"start": "node index.js"
},
"repository": "",
"repository": "https://github.com/charlocharlie/markov-discord.git",
"keywords": [
"discord",
"markov",
@@ -20,6 +20,8 @@
"discord.js": "^11.3.0",
"erlpack": "github:discordapp/erlpack",
"markov-strings": "^1.3.5",
"node-schedule": "^1.3.0",
"unique-by": "^1.0.0",
"zlib-sync": "^0.1.4"
}
}