Refactor command descriptions in README.md

This commit is contained in:
kr0sh512
2024-09-14 14:07:30 +03:00
parent f3cc16e810
commit e300253a47
+17 -17
View File
@@ -35,23 +35,23 @@ This project is a Telegram bot designed to manage and display schedules. The bot
## Commands ## Commands
- `/start` - используй, чтобы сменить номер группы. - `/start` - use to change the group number.
- `/schedule` - используй, чтобы получить расписание на сегодня. - `/schedule` - use to get today's schedule.
- `/random` - сделай очередь из людей - `/random` - create a queue of people.
- `/info` - используй, чтобы узнать твои настройки бота - `/info` - use to find out your bot settings.
- `/pause` - используй, чтобы прекратить получать сообщения от бота - `/pause` - use to stop receiving messages from the bot.
- `/thread` - используй в нужном чате канала, чтобы бот отправлял сообщения именно туда - `/thread` - use in the desired channel chat so that the bot sends messages there.
- `/timeout` - настрой время, когда бот будет присылать тебе сообщение - `/timeout` - set the time when the bot will send you a message.
- `/request` - используй, чтобы отправить разработчику какой-то запрос - `/request` - use to send a request to the developer.
- `/source` - Страница бота на Github - `/source` - Bot's page on Github.
- `/restart` - перезапуск бота (admin only). - `/restart` - restart the bot (admin only).
- `/update` - обновление schedule задач (admin only) - `/update` - update schedule tasks (admin only).
- `/stats` - получание статистики (admin only) - `/stats` - get statistics (admin only).
- `/json` - получить файл пользователей и расписания (admin only) - `/json` - get the users and schedule file (admin only).
- `/info` <i>id_пользователя</i> - узнать настройки пользователя (admin only) - `/info` <i>user_id</i> - find out the user's settings (admin only).
- `/spam` - сделать рассылку (admin only) - `/spam` - send a broadcast message (admin only).
- `/pause_all` - приостановить бота для всех (каникулы/выходные) (admin only) - `/pause_all` - pause the bot for everyone (holidays/weekends) (admin only).
- `/stop` <i>id_пользователя</i> - приостановить отправку сообщений для пользователя (admin only) - `/stop` <i>user_id</i> - stop sending messages to the user (admin only).
## Contributing ## Contributing