1 |
## [9.20.2](https://github.com/onesoft-sudo/sudobot/compare/v9.20.1...v9.20.2) (2024-07-31) |
## [9.24.6](https://github.com/onesoft-sudo/sudobot/compare/v9.24.5...v9.24.6) (2024-08-25) |
2 |
|
|
3 |
|
|
4 |
### Bug Fixes |
### Bug Fixes |
5 |
|
|
6 |
* **welcomer:** `:guild:` placeholder is not replaced ([3b66ee4](https://github.com/onesoft-sudo/sudobot/commit/3b66ee410d91fe77fa74cbaa9a421bbd0823c075)) |
* **extensionManager:** remove pre-linked tsconfig in extension directory if any ([fad5975](https://github.com/onesoft-sudo/sudobot/commit/fad5975996493b77588eb154b1f612b9b18590cd)) |
7 |
|
|
8 |
|
|
9 |
|
|
10 |
## [9.20.1](https://github.com/onesoft-sudo/sudobot/compare/v9.20.0...v9.20.1) (2024-07-28) |
## [9.24.5](https://github.com/onesoft-sudo/sudobot/compare/v9.24.4...v9.24.5) (2024-08-25) |
11 |
|
|
12 |
|
|
13 |
### Bug Fixes |
### Bug Fixes |
14 |
|
|
15 |
* **blazebuild:wrapper:** redundant warning about global version mismatch ([e55559c](https://github.com/onesoft-sudo/sudobot/commit/e55559c4e0f19f35605f38c2456e8bd8cd50f0f6)) |
* **extensions:** issues while loading extensions with bun ([045bc23](https://github.com/onesoft-sudo/sudobot/commit/045bc2322cc99b0c3f61bb9281a7370c95ebfcc1)) |
16 |
|
|
17 |
|
|
18 |
|
|
19 |
# [9.20.0](https://github.com/onesoft-sudo/sudobot/compare/v9.19.1...v9.20.0) (2024-07-27) |
## [9.24.4](https://github.com/onesoft-sudo/sudobot/compare/v9.24.3...v9.24.4) (2024-08-25) |
20 |
|
|
21 |
|
|
22 |
### Bug Fixes |
### Bug Fixes |
23 |
|
|
24 |
* **commands:help:** incompletely showing command options ([6b9f655](https://github.com/onesoft-sudo/sudobot/commit/6b9f65512374ac150e0e83d4b1409602827f525b)) |
* **commands:joke:** api ninjas dad joke api does not allow limit query param anymore ([a22b973](https://github.com/onesoft-sudo/sudobot/commit/a22b973ac511dab745ae5ce3513a5593a9c8ce06)) |
25 |
|
|
26 |
|
|
|
### Features |
|
27 |
|
|
28 |
* **commands:shot:** `--nickname/-n` option ([8a29414](https://github.com/onesoft-sudo/sudobot/commit/8a2941470881b5ca68c4235d3ea943af5f4d9091)) |
## [9.24.3](https://github.com/onesoft-sudo/sudobot/compare/v9.24.2...v9.24.3) (2024-08-25) |
|
|
|
|
|
|
|
|
|
|
## [9.19.1](https://github.com/onesoft-sudo/sudobot/compare/v9.19.0...v9.19.1) (2024-07-27) |
|
29 |
|
|
30 |
|
|
31 |
### Bug Fixes |
### Bug Fixes |
32 |
|
|
33 |
* help command group list sort ([96950db](https://github.com/onesoft-sudo/sudobot/commit/96950db2f62fd43c2d355113a1ce364b519d6425)) |
* config command causing JS not an object error ([087da86](https://github.com/onesoft-sudo/sudobot/commit/087da863c9b71d6b9d3d36aeacc28411a5f20ee2)) |
34 |
|
|
35 |
|
|
36 |
|
|
37 |
# [9.19.0](https://github.com/onesoft-sudo/sudobot/compare/v9.18.2...v9.19.0) (2024-07-26) |
## [9.24.2](https://github.com/onesoft-sudo/sudobot/compare/v9.24.1...v9.24.2) (2024-08-23) |
38 |
|
|
39 |
|
|
40 |
### Bug Fixes |
### Bug Fixes |
41 |
|
|
42 |
* afk command malfunctioning ([ff48821](https://github.com/onesoft-sudo/sudobot/commit/ff4882179e3f932905f2edd6175bcff5d486c829)) |
* **blazebuild:** invalid argument passed to String.prototype.repeat() ([402d4a3](https://github.com/onesoft-sudo/sudobot/commit/402d4a3eb7bdacba8adad5afa906819e52fd1a3c)) |
43 |
* **blazebuild:** allow higher versions of node to be installed ([eafceef](https://github.com/onesoft-sudo/sudobot/commit/eafceef591921facf4cbe65b4ec607e7b65e28ec)) |
* **blazebuild:** invalid argument passed to String.prototype.repeat() ([da7251c](https://github.com/onesoft-sudo/sudobot/commit/da7251c9dead022f77a7a0664181cc2120343141)) |
|
* **blazebuild:** install missing type definitions ([6814821](https://github.com/onesoft-sudo/sudobot/commit/6814821c2f6d1df3fa91e1f315b783c54b322110)) |
|
|
* correct all imports to ArgumentParser ([7d03379](https://github.com/onesoft-sudo/sudobot/commit/7d03379989219f5da53b4b8025c5c87d5eb27444)) |
|
|
* **framework:arguments:** error handling issues ([ca1b059](https://github.com/onesoft-sudo/sudobot/commit/ca1b05921122a8a988dfa6d8ed93a8faaeb25471)) |
|
|
* remove the old argument parser ([eb51d4f](https://github.com/onesoft-sudo/sudobot/commit/eb51d4f9b412353a13253e28c2fafd57167dd39d)) |
|
|
* typescript build errors ([922a1ff](https://github.com/onesoft-sudo/sudobot/commit/922a1ffaed75909a8a4629b6761ed19e7dcc8f02)) |
|
|
|
|
|
|
|
|
### Features |
|
|
|
|
|
* introduce new argument parser ([5c2b4bc](https://github.com/onesoft-sudo/sudobot/commit/5c2b4bcff66933562df8dd4350023683414ae9cb)) |
|
|
* new argument parser completed ([ab8238d](https://github.com/onesoft-sudo/sudobot/commit/ab8238d549a6f82e1e0bf7f07d9d62ed483b689e)) |
|
|
* **trolling:** prevent users from using troll commands against the bot or sysadmins ([8c5265a](https://github.com/onesoft-sudo/sudobot/commit/8c5265aff952cb8b7bf9451afa342591f960ee0b)) |
|
|
* usable argument parsing ([41bb6c5](https://github.com/onesoft-sudo/sudobot/commit/41bb6c52aa85f8d51d7769d1ecea965dea1b1efd)) |
|
44 |
|
|
45 |
|
|
46 |
|
|