inverter_bot: delete unused command handlers

This commit is contained in:
Evgeny Zinoviev 2022-11-06 21:46:43 +03:00
parent 84ffac33f5
commit cecd192486

View File

@ -692,16 +692,6 @@ def monsetcur_handler(ctx: bot.Context) -> None:
ctx.reply('not implemented yet')
@bot.handler(command='calcw')
def calcw_handler(ctx: bot.Context) -> None:
ctx.reply('not implemented yet')
@bot.handler(command='calcwadv')
def calcwadv_handler(ctx: bot.Context) -> None:
ctx.reply('not implemented yet')
@bot.callbackhandler
def button_callback(ctx: bot.Context) -> None:
query = ctx.callback_query