mirror of
https://github.com/pacnpal/markov-discord.git
synced 2025-12-27 21:56:57 -05:00
Added deep training feature, removes duplicate and bot-sourced messages.
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user