new version

This commit is contained in:
Klemek
2021-04-06 19:10:53 +02:00
parent d219edeb7b
commit 5ec8487100
2 changed files with 3 additions and 1 deletions
+2
View File
@@ -96,6 +96,8 @@ python3 src/main.py
## Changelog ## Changelog
* **v1.11**
* streak computing in `%pres`
* **v1.10** * **v1.10**
* multithreading for queries * multithreading for queries
* bug fix * bug fix
+1 -1
View File
@@ -24,7 +24,7 @@ emojis.load_emojis()
bot = Bot( bot = Bot(
"Discord Analyst", "Discord Analyst",
"1.10", "1.11",
alias="%", alias="%",
) )