Skip to content

Commit

Permalink
removed searchmonitored and updateall
Browse files Browse the repository at this point in the history
  • Loading branch information
woiza committed Mar 12, 2024
1 parent 8f8e805 commit d86f12e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/bot/command.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit d86f12e

Please sign in to comment.