diff --git a/README.md b/README.md index 678d529..2594499 100644 --- a/README.md +++ b/README.md @@ -92,6 +92,8 @@ python3 src/main.py ## Changelog +* **v1.10** + * multithreading for queries * **v1.9**: * `all/everyone` to include bots in scans * `fresh` to not use previously cached data diff --git a/src/main.py b/src/main.py index 458b593..6c954eb 100644 --- a/src/main.py +++ b/src/main.py @@ -24,7 +24,7 @@ emojis.load_emojis() bot = Bot( "Discord Analyst", - "1.9", + "1.10(wip)", alias="%", )