You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-5Lines changed: 3 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,9 +9,7 @@ Code Module Cop is a powerful and flexible group management bot for Telegram and
9
9
-**Moderation Tools**: Mute and ban users with automated handling of warnings.
10
10
-**Welcome Messages**: Custom welcome messages for new members.
11
11
-**Role Management**: Manage roles for admins, moderators, and members.
12
-
-**Automated Responses**: Set up responses to frequently asked questions.
13
12
-**Logging and Analytics**: Track group activity and generate reports.
14
-
-**Command Customization**: Allow admins to add or remove custom commands.
15
13
16
14
## Getting Started
17
15
@@ -75,7 +73,7 @@ You can also run CMCOP using Docker. This method allows you to quickly deploy th
75
73
To pull the latest Docker image from Docker Hub:
76
74
77
75
```bash
78
-
docker pull codemodule/cmcop-bot
76
+
docker pull codemodule/cop
79
77
```
80
78
81
79
2. **Run the Docker Container**
@@ -84,9 +82,9 @@ You can also run CMCOP using Docker. This method allows you to quickly deploy th
84
82
85
83
```bash
86
84
docker run -d \
87
-
--name cmcop-bot \
85
+
--name cop \
88
86
--env-file .env \
89
-
codemodule/cmcop-bot
87
+
codemodule/cop
90
88
```
91
89
92
90
If you need to link the container to a database container, you can use Docker Compose or specify additional environment variables directly in the `docker run` command.
0 commit comments