From 251d5dd108ceded4e31ee126898736b44c0a1b01 Mon Sep 17 00:00:00 2001 From: 5hojib Date: Wed, 8 Jan 2025 19:47:53 +0600 Subject: [PATCH] update bot_commands.py --- bot/helper/telegram_helper/bot_commands.py | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/bot/helper/telegram_helper/bot_commands.py b/bot/helper/telegram_helper/bot_commands.py index c1ff9a2c3..7d40aeffd 100644 --- a/bot/helper/telegram_helper/bot_commands.py +++ b/bot/helper/telegram_helper/bot_commands.py @@ -1,4 +1,9 @@ -from bot.core.config_manager import Config.CMD_SUFFIX as i +from bot.core.config_manager import Config + +def get_cmd_suffix(): + return Config.CMD_SUFFIX + +i = get_cmd_suffix() class _BotCommands: