1.7 release

This commit is contained in:
klemek
2021-01-13 16:44:27 +01:00
parent 8ef2c0588d
commit ce3e6424ff
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -70,10 +70,10 @@ python3 src/main.py
## Changelog ## Changelog
* **v1.7(wip)**: * **v1.7**:
* emojis percents * emojis percents
* emojis other sorting * emojis other sorting
* mentions ranking * mentions/mentioned ranking
* cancel * cancel
* **v1.6**: * **v1.6**:
* more scans : `%scan`, `%freq`, `%compo`, `%pres` * more scans : `%scan`, `%freq`, `%compo`, `%pres`
+1 -1
View File
@@ -21,7 +21,7 @@ emojis.load_emojis()
bot = Bot( bot = Bot(
"Discord Analyst", "Discord Analyst",
"1.7(wip)", "1.7",
alias="%", alias="%",
) )