Skip to content

Commit

Permalink
update bot_commands.py
Browse files Browse the repository at this point in the history
  • Loading branch information
5hojib committed Jan 8, 2025
1 parent ee2b048 commit 251d5dd
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion bot/helper/telegram_helper/bot_commands.py
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit 251d5dd

Please sign in to comment.