Skip to content

Commit 5aa8749

Browse files
committed
"chore: release version 2.0.0"
1 parent 238cd82 commit 5aa8749

File tree

3 files changed

+31
-2
lines changed

3 files changed

+31
-2
lines changed

docs/CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,5 +53,30 @@
5353
### Contribution
5454
- Contributions are welcome. Please follow the guidelines provided in the `CONTRIBUTING.md` file for more details on how to contribute.
5555

56+
### License
57+
- This project is licensed under the MIT License.
58+
59+
## [2.0.0] - 2024-08-07
60+
61+
### Added
62+
- **Features:**
63+
- `approvedList`: Returns the list of approved users.
64+
- `RATE LIMIT`: Introduced rate limiting for commands to prevent abuse.
65+
- `Decorator Group Initial`: Added a decorator for initializing the group in case of database deletion, ensuring normal operation.
66+
67+
### Fixed
68+
- **Bug Fixes:**
69+
- `rmWarn`: Fixed the bug that prevented warnings from being removed correctly.
70+
- `unApproved`: Fixed the bug where users were not removed from the approved list as expected.
71+
- `rules`: Fixed the bug where adding a new rule caused the previous rules to be deleted.
72+
- `purge`: Fixed the bug that limited message deletion to fewer than 200 messages; now supports deleting more messages in a short time.
73+
74+
### Enhancements
75+
- **Logging:**
76+
- Added loggers to improve the ability to analyze program behavior and track issues.
77+
78+
### Contribution
79+
- Contributions are welcome. Please follow the guidelines provided in the `CONTRIBUTING.md` file for more details on how to contribute.
80+
5681
### License
5782
- This project is licensed under the MIT License.

docs/USAGE.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ This document provides detailed instructions on how to use the Code Module Cop b
1616
## Role Management Commands
1717
- /approved: Grants users special permissions, such as using forbidden words and pinning messages.
1818
- /unApproved: Revokes special permissions from users.
19+
- /approvedList: Return All Approved user
1920
### Group Management Commands
2021
- /lock: Locks the group with additional options to lock gifs, stickers, or forwards.
2122
- /unLock: Unlocks the group with additional options to unlock gifs or stickers.

package-lock.json

Lines changed: 5 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)