From 7bd41a7556696900b4932b9987fdd43054566118 Mon Sep 17 00:00:00 2001 From: 5hojib Date: Wed, 8 Jan 2025 13:48:36 +0000 Subject: [PATCH] Auto-format code [skip actions] --- bot/helper/telegram_helper/bot_commands.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bot/helper/telegram_helper/bot_commands.py b/bot/helper/telegram_helper/bot_commands.py index 7d40aeffd..10244383f 100644 --- a/bot/helper/telegram_helper/bot_commands.py +++ b/bot/helper/telegram_helper/bot_commands.py @@ -1,8 +1,10 @@ from bot.core.config_manager import Config + def get_cmd_suffix(): return Config.CMD_SUFFIX + i = get_cmd_suffix()