From d86f12e4ba22213dac4401ae5c0442c85b5f05aa Mon Sep 17 00:00:00 2001 From: woiza Date: Tue, 12 Mar 2024 18:11:19 +0100 Subject: [PATCH] removed searchmonitored and updateall --- pkg/bot/command.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkg/bot/command.go b/pkg/bot/command.go index d032b85..806072b 100644 --- a/pkg/bot/command.go +++ b/pkg/bot/command.go @@ -169,8 +169,8 @@ func (b *Bot) handleCommand(update tgbotapi.Update, s *sonarr.Sonarr) { msg.Text += "/free - lists free disk space \n" msg.Text += "/up\t\t\t\t - lists upcoming episodes in the next 30 days\n" msg.Text += "/rss \t\t - performs a RSS sync\n" - msg.Text += "/searchmonitored - searches all monitored series\n" - msg.Text += "/updateall - updates metadata and rescans files/folders\n" + //msg.Text += "/searchmonitored - searches all monitored series\n" + //msg.Text += "/updateall - updates metadata and rescans files/folders\n" msg.Text += "/system - shows your Sonarr configuration\n" msg.Text += "/id - shows your Telegram user ID" b.sendMessage(msg)