mirror of
https://github.com/pacnpal/markov-discord.git
synced 2025-12-28 06:06:56 -05:00
Update 0.3: Added attachments, TTS, and message deletion support.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "markbot",
|
||||
"version": "0.2.0",
|
||||
"version": "0.3.0",
|
||||
"description": "A conversational Markov chain bot for Discord",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
@@ -16,7 +16,7 @@
|
||||
"author": "Charlie Laabs <charlielaabs@gmail.com>",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"discord.js": "^11.3.0",
|
||||
"discord.js": "^11.3.2",
|
||||
"erlpack": "github:discordapp/erlpack",
|
||||
"markov-strings": "^1.3.5",
|
||||
"node-schedule": "^1.3.0",
|
||||
|
||||
Reference in New Issue
Block a user