diff --git a/bot/helper/telegram_helper/bot_commands.py b/bot/helper/telegram_helper/bot_commands.py index 6372451..2283b05 100644 --- a/bot/helper/telegram_helper/bot_commands.py +++ b/bot/helper/telegram_helper/bot_commands.py @@ -25,7 +25,6 @@ class _BotCommands: self.WatchCommand = 'watch' self.TarWatchCommand = 'tarwatch' self.DeleteCommand = 'del' - self.ConfigMenuCommand = 'config' self.ShellCommand = 'shell' self.ExecHelpCommand = 'exechelp' self.TsHelpCommand = 'tshelp'