mirror of
https://github.com/pacnpal/markov-discord.git
synced 2025-12-20 11:01:04 -05:00
Bump version 0.7.0
This commit is contained in:
10
README.md
10
README.md
@@ -93,14 +93,20 @@ npm start
|
||||
|
||||
### Setup with Docker Hub image
|
||||
1. Install Docker for your OS.
|
||||
1. Open a command prompts and run this one-liner:
|
||||
1. Open a command prompts and run:
|
||||
```sh
|
||||
docker build https://github.com/charlocharlie/markov-discord.git
|
||||
docker pull charlocharlie/markov-discord
|
||||
docker run --rm -d charlocharlie/markov-discord:latest
|
||||
```
|
||||
|
||||
|
||||
|
||||
# Changelog
|
||||
### 0.7.0
|
||||
* Convert project to Typescript
|
||||
* Optimize Docker build (smaller image)
|
||||
* Load corpus from filesystem to reduce memory load
|
||||
|
||||
### 0.6.2
|
||||
* Fix MarkovDB not loading on boot
|
||||
|
||||
|
||||
2
package-lock.json
generated
2
package-lock.json
generated
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "markbot",
|
||||
"version": "0.6.2",
|
||||
"version": "0.7.0",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "markbot",
|
||||
"version": "0.6.2",
|
||||
"version": "0.7.0",
|
||||
"description": "A conversational Markov chain bot for Discord",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
|
||||
Reference in New Issue
Block a user