diff --git a/README.md b/README.md index 2e04028..a7d5755 100644 --- a/README.md +++ b/README.md @@ -19,18 +19,31 @@ You need [Node.js](https://nodejs.org/) (> 8.1) to run this bot. Now you can add the bot as **administrator** to your groups. +## Features +* Synchronized database accross multiple groups. +* Adding admins to the bot. +* Auto-remove and warn channels and groups ads. +* Kick bots added by users. +* Warn and ban users to controll the group. +* Commands work with replying, mentioning and ID. +* Removes commands and temporary bot messages. +* Ability to create custom commands. +* Supports plugins. + +Overally, keeps the groups clean and healthy to use. + ## Commands Command | Role | Available at | Description ----------------------- | ---------- | ------------ | ----------------- -`/admin` | _Master_ | _Everywhere_ | Makes the user admin. +`/admin` | _Master_ | _Everywhere_ | Makes the user admin in the bot and groups. `/unadmin` | _Master_ | _Everywhere_ | Demotes the user from admin list. `/leave ` | _Master_ | _Everywhere_ | Make the bot to leave the group cleanly. `/warn ` | _Admin_ | _Groups_ | Warns the user. `/unwarn` | _Admin_ | _Everywhere_ | Removes the last warn from the user. `/nowarns` | _Admin_ | _Everywhere_ | Clears warns for the user. -`/getwarns` | _Admin_ | _Everywhere_ | Shows a list of warns for the user. `/ban ` | _Admin_ | _Groups_ | Bans the user from groups. `/unban` | _Admin_ | _Everywhere_ | Removes the user from ban list. +`/user` | _Admin_ | _Everywhere_ | Shows the status of the user. `/addcommand` | _Admin_ | _In-Bot_ | Create a custom command. `/removecommand ` | _Admin_ | _In-Bot_ | Remove a custom command. `/staff` | _Everyone_ | _Everywhere_ | Shows a list of admins. @@ -40,7 +53,7 @@ Command | Role | Available at | Description `/commands` | _Everyone_ | _In-Bot_ | Shows a list of available commands. `/help` \| `/start` | _Everyone_ | _In-Bot_ | How to use the bot. -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. +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. If used by reply, `/ban` and `/warn` would remove the replied-to message.