new wip version

This commit is contained in:
klemek
2021-01-14 10:26:32 +01:00
parent ce3e6424ff
commit 72b5fc19ee
2 changed files with 6 additions and 3 deletions
+4 -1
View File
@@ -70,11 +70,14 @@ python3 src/main.py
## Changelog ## Changelog
* **v1.8(wip)**:
* more scans: `%messages`, `%channels`, `%members`
* bug fix
* **v1.7**: * **v1.7**:
* emojis percents * emojis percents
* emojis other sorting * emojis other sorting
* mentions/mentioned ranking * mentions/mentioned ranking
* cancel * `%cancel`
* **v1.6**: * **v1.6**:
* more scans: `%scan`, `%freq`, `%compo`, `%pres` * more scans: `%scan`, `%freq`, `%compo`, `%pres`
* huge bug fix * huge bug fix
+1 -1
View File
@@ -21,7 +21,7 @@ emojis.load_emojis()
bot = Bot( bot = Bot(
"Discord Analyst", "Discord Analyst",
"1.7", "1.8(wip)",
alias="%", alias="%",
) )