diff options
-rwxr-xr-x | src/inverter_bot.py | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/src/inverter_bot.py b/src/inverter_bot.py index 1ac702c..d3ccb8e 100755 --- a/src/inverter_bot.py +++ b/src/inverter_bot.py @@ -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 |