Skip to content
This repository has been archived by the owner on Dec 12, 2023. It is now read-only.

Commit

Permalink
A little update!
Browse files Browse the repository at this point in the history
1. Добавил больше комментариев
2. Вместо импортирования целого модуля сделал импорт только функций
3. Косметические улучшения
4. Удалено меню /menu
5. Уменьшил время ожидание (от 1 часа до 20 часов)
  • Loading branch information
a committed Jul 16, 2021
1 parent e6fe7b5 commit b2e6011
Show file tree
Hide file tree
Showing 2 changed files with 240 additions and 128 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,10 @@
<div>
<h3><img src="https://external-content.duckduckgo.com/iu/?u=https%3A%2F%2Fpngimg.com%2Fuploads%2Ffolder%2Ffolder_PNG8754.png&f=1&nofb=1" width="30"> Files:</h3>
<ul>
<li><b>avatar.jpg</b> — bot's avatar </li>
<li><b>config.py</b> — file with configuration parameters (TOKEN, SUPER_USERS, DEBUG)</li>
<li><b>main.py</b> — main file</li>
<li><b>messages.json</b> — file with bot's long messages (help, start, admin, about)</li>
</ul>
</div><hr>
<div align=center>
Expand All @@ -38,6 +40,9 @@
</div>
<div>
<ul>
<li>
<b>/start</b> — greet the bot
</li>
<li>
<b>/ass</b> — start playing
</li>
Expand All @@ -53,6 +58,9 @@
<li>
<b>/statistic</b> — show top list of users
</li>
<li>
<b>/about</b> — show info about the developer
</li>
</ul>
</div><hr>
<div>
Expand All @@ -66,6 +74,12 @@
<li>
<b>/bl {group_id}</b> — show banned users
</li>
<li>
<b>/ban {user_id}</b> — add user to blacklist
</li>
<li>
<b>/show_groups</b> — show groups id and name where bot are using
</li>
<li>
<b>/ub {user_id}</b> — unban user
</li>
Expand Down
Loading

0 comments on commit b2e6011

Please sign in to comment.