wip v1.10
This commit is contained in:
@@ -92,6 +92,8 @@ python3 src/main.py
|
|||||||
|
|
||||||
## Changelog
|
## Changelog
|
||||||
|
|
||||||
|
* **v1.10**
|
||||||
|
* multithreading for queries
|
||||||
* **v1.9**:
|
* **v1.9**:
|
||||||
* `all/everyone` to include bots in scans
|
* `all/everyone` to include bots in scans
|
||||||
* `fresh` to not use previously cached data
|
* `fresh` to not use previously cached data
|
||||||
|
|||||||
+1
-1
@@ -24,7 +24,7 @@ emojis.load_emojis()
|
|||||||
|
|
||||||
bot = Bot(
|
bot = Bot(
|
||||||
"Discord Analyst",
|
"Discord Analyst",
|
||||||
"1.9",
|
"1.10(wip)",
|
||||||
alias="%",
|
alias="%",
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user