Skip to content

Commit b6e57b4

Browse files
authored
Update README.md
1 parent 7031718 commit b6e57b4

File tree

1 file changed

+16
-3
lines changed

1 file changed

+16
-3
lines changed

README.md

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,18 +19,31 @@ You need [Node.js](https://nodejs.org/) (> 8.1) to run this bot.
1919

2020
Now you can add the bot as **administrator** to your groups.
2121

22+
## Features
23+
* Synchronized database accross multiple groups.
24+
* Adding admins to the bot.
25+
* Auto-remove and warn channels and groups ads.
26+
* Kick bots added by users.
27+
* Warn and ban users to controll the group.
28+
* Commands work with replying, mentioning and ID.
29+
* Removes commands and temporary bot messages.
30+
* Ability to create custom commands.
31+
* Supports plugins.
32+
33+
Overally, keeps the groups clean and healthy to use.
34+
2235
## Commands
2336
Command | Role | Available at | Description
2437
----------------------- | ---------- | ------------ | -----------------
25-
`/admin` | _Master_ | _Everywhere_ | Makes the user admin.
38+
`/admin` | _Master_ | _Everywhere_ | Makes the user admin in the bot and groups.
2639
`/unadmin` | _Master_ | _Everywhere_ | Demotes the user from admin list.
2740
`/leave <name\|id>` | _Master_ | _Everywhere_ | Make the bot to leave the group cleanly.
2841
`/warn <reason>` | _Admin_ | _Groups_ | Warns the user.
2942
`/unwarn` | _Admin_ | _Everywhere_ | Removes the last warn from the user.
3043
`/nowarns` | _Admin_ | _Everywhere_ | Clears warns for the user.
31-
`/getwarns` | _Admin_ | _Everywhere_ | Shows a list of warns for the user.
3244
`/ban <reason>` | _Admin_ | _Groups_ | Bans the user from groups.
3345
`/unban` | _Admin_ | _Everywhere_ | Removes the user from ban list.
46+
`/user` | _Admin_ | _Everywhere_ | Shows the status of the user.
3447
`/addcommand` | _Admin_ | _In-Bot_ | Create a custom command.
3548
`/removecommand <name>` | _Admin_ | _In-Bot_ | Remove a custom command.
3649
`/staff` | _Everyone_ | _Everywhere_ | Shows a list of admins.
@@ -40,7 +53,7 @@ Command | Role | Available at | Description
4053
`/commands` | _Everyone_ | _In-Bot_ | Shows a list of available commands.
4154
`/help` \| `/start` | _Everyone_ | _In-Bot_ | How to use the bot.
4255

43-
All commands and actions are synchronized across all of the groups managed by the owner and they work with both **replying** and **mentioning** a user.
56+
All commands and actions are synchronized across all of the groups managed by the owner and they work with **replying**, **mentioning** or **ID** of a user.
4457

4558
If used by reply, `/ban` and `/warn` would remove the replied-to message.
4659

0 commit comments

Comments
 (0)