From ee2b0482120229c5a672407c3e7c37fa447c7148 Mon Sep 17 00:00:00 2001 From: 5hojib Date: Wed, 8 Jan 2025 19:43:13 +0600 Subject: [PATCH] let's fix `CMD_SUFFIX` --- bot/helper/telegram_helper/bot_commands.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/bot/helper/telegram_helper/bot_commands.py b/bot/helper/telegram_helper/bot_commands.py index 12bd62bb6..c1ff9a2c3 100644 --- a/bot/helper/telegram_helper/bot_commands.py +++ b/bot/helper/telegram_helper/bot_commands.py @@ -1,6 +1,4 @@ -from bot.core.config_manager import Config - -i = Config.CMD_SUFFIX +from bot.core.config_manager import Config.CMD_SUFFIX as i class _BotCommands: