- [ ] create target `Topic` make its id a string. - [ ] remove field `server_id`. - [ ] move types.py into markov. - [ ] since I'm not using "silent mentions by name" anymore, remove this part: https://github.com/Hunternif/cheems-bot/blob/b48d7cabaeffb12f98296931cd491a61ff56f0d4/cheems/discord_helper.py#L129-L132 - [ ] fix test: compare with test data https://github.com/Hunternif/cheems-bot/blob/51c5ce0aa5b447b32a4b74741195468ba3c92402/tests/reaction/test_reactions.py#L40 - [ ] add serialization test for reaction model - [x] update comment https://github.com/Hunternif/cheems-bot/blob/f4449e22de5e56f391074f2247311b496b726b57/cheems/markov/markov.py#L29 - [x] use `makedirs` https://github.com/Hunternif/cheems-bot/blob/bd75e686ee5a84c5b780b0aaba4706545bce960b/cheems/markov/models.py#L66
create target
Topicmake its id a string.remove field
server_id.move types.py into markov.
since I'm not using "silent mentions by name" anymore, remove this part:
cheems-bot/cheems/discord_helper.py
Lines 129 to 132 in b48d7ca
fix test: compare with test data
cheems-bot/tests/reaction/test_reactions.py
Line 40 in 51c5ce0
add serialization test for reaction model
update comment
cheems-bot/cheems/markov/markov.py
Line 29 in f4449e2
use
makedirscheems-bot/cheems/markov/models.py
Line 66 in bd75e68