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
- Remove KARMA pattern from patterns.py
- Remove karma_message method from commands.py
- Remove build_karma method from commands_builder.py
- Remove karma command registration from __main__.py
- Update documentation in README.md to remove karma command
- Update tests.py to remove karma-specific test methods
- Karma functionality is still available through the 'info' command
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>
Copy file name to clipboardExpand all lines: python/README.md
-2Lines changed: 0 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,6 @@
20
20
| ✔️ | bottom | Вывести информацию о участниках беседы в порядке увеличения кармы. |
21
21
| ✔️ | bottom [ЯЗЫКИ]| Вывести информацию о участниках беседы с указанными языками в порядке увеличения кармы. |
22
22
| ✔️ | bottom [ЧИСЛО]| Вывести информацию об указанном числе участников беседы беседы в порядке увеличения кармы. |
23
-
| ✔️ | karma | Вывод своей кармы или кармы участника беседы из пересланного сообщения. |
24
23
| ⭐ | info | Вывести общую информацию (карма (только для бесед с кармой), добавленные языки, ссылка на профиль github) о себе или участнике беседы из пересланного сообщения. |
25
24
| ⭐ | update | Обновить информацию о вас (имя). Эта команда так же выводит информацию о вас как это делает команда info. |
26
25
| ✔️ | + | Проголосовать за повышение кармы участника беседы из пересланного сообщения. |
0 commit comments