mirror of
https://github.com/Marsh232/Telegram-IP-CALC.git
synced 2026-02-16 02:20:53 +00:00
Fix /help
This commit is contained in:
@@ -73,7 +73,7 @@ async def start(msg: types.Message):
|
||||
@dp.message_handler(commands=["help"], chat_type=ChatType.PRIVATE)
|
||||
async def start(msg: types.Message):
|
||||
log.info(f"New message from {msg.from_user.id}(@{msg.from_user.username}) in {msg.chat.id}: '{msg.text}'")
|
||||
await msg.reply("Команды:\n`/calcnet` - посчитать сеть\n`/calcsub` - разбить на подсети")
|
||||
await msg.reply("Команды:\n/calcnet - посчитать сеть\n/calcsub - разбить на подсети")
|
||||
|
||||
|
||||
@dp.message_handler(commands=["calcnet"], chat_type=ChatType.PRIVATE)
|
||||
|
||||
Reference in New Issue
Block a user