Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
5hojib committed Jan 1, 2025
1 parent b6bc474 commit 60c71e6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bot/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"UserSetCommand": "- User settings",
"StatusCommand": "- Get mirror status message",
"StatsCommand": "- Check Bot & System stats",
"StopAllCommand": "- Cancel all tasks added by you to the bot",
"CancelAllCommand": "- Cancel all tasks added by you to the bot",
"HelpCommand": "- Get detailed help",
"BotSetCommand": "- [ADMIN] Open Bot settings",
"LogCommand": "- [ADMIN] View log",
Expand Down
4 changes: 2 additions & 2 deletions bot/helper/telegram_helper/bot_commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ def __init__(self):
self.AExecCommand = f"aexec{i}"
self.ExecCommand = f"exec{i}"
self.ClearLocalsCommand = f"clearlocals{i}"
self.BotSetCommand = (f"botsettings{i}",)
self.UserSetCommand = (f"settings{i}",)
self.BotSetCommand = f"botsettings{i}"
self.UserSetCommand = f"settings{i}"
self.SelectCommand = f"sel{i}"
self.RssCommand = f"rss{i}"

Expand Down

0 comments on commit 60c71e6

Please sign in to comment.