1 |
rakin |
275 |
# Changelog |
2 |
|
|
|
3 |
|
|
### v3.0.0-alpha |
4 |
|
|
* Improved channel locking system |
5 |
|
|
* Added welcomer with random welcome messages support |
6 |
|
|
* Added permission based command system [BREAKING CHANGE] |
7 |
|
|
* Added config management command |
8 |
|
|
* Added embed builder command |
9 |
|
|
* Snippets, and some other commands now support embed schemas |
10 |
|
|
* Improved automod system |
11 |
|
|
* Added AntiJoin system |
12 |
|
|
* Auto mute user if they were muted before and left the server |
13 |
|
|
* Added debug logger for better error investigation |
14 |
|
|
* Improve the strategy of loading services |
15 |
|
|
* Added repeated text filter channel exclution, spam filter exclusions will now also apply to this filter |
16 |
|
|
* Added mention input parser |
17 |
|
|
* Integrate with PM2 process manager |
18 |
|
|
* Performance enhancements |
19 |
|
|
|
20 |
|
|
##### Breaking Changes!!! |
21 |
|
|
Some commands will now require specific permissions. Users without those permissions will not be able to run those commands. |
22 |
|
|
The required permissions are given below: |
23 |
|
|
|
24 |
|
|
Command |Permission(s) |
25 |
|
|
------------------------------|------------- |
26 |
|
|
Ban |`BAN_MEMBERS` |
27 |
|
|
Kick |`KICK_MEMBERS` |
28 |
|
|
Mute |`MODERATE_MEMBERS` (Timeout Members) |
29 |
|
|
Clearing messages |`MANAGE_MESSAGES` |
30 |
|
|
Setting Channel Permissions |`MANAGE_CHANNELS` |
31 |
|
|
|
32 |
|
|
Users having the `ADMINISTRATOR` permission will be able to bypass these requirements. Commands not listed here are not affected in this change. |