Update 0.3: Added attachments, TTS, and message deletion support.

This commit is contained in:
Charlie Laabs
2018-05-29 14:13:59 -05:00
parent b1279b4f06
commit 6576bab911
4 changed files with 96 additions and 56 deletions

View File

@@ -1,2 +1,10 @@
# MarkBot for Discord
This is a super rough prototype. A Markov chain bot using markov-strings. Just uploading here so it can run and generate training data.
## Changelog
### 0.3.0
Added TTS support and random message attachments.
Deleted messages no longer persist in the database longer than 24 hours.
### 0.2.0
Updated training algorithm and data structure.