Skip to content

Commit

Permalink
Auto-format code [skip actions]
Browse files Browse the repository at this point in the history
  • Loading branch information
5hojib committed Jan 20, 2025
1 parent 9f22d44 commit 04b3dff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bot/helper/telegram_helper/bot_commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@


class BotCommands:
StartCommand = f"start"
StartCommand = "start"
MirrorCommand = [f"mirror{i}", f"m{i}"]
YtdlCommand = [f"ytdl{i}", f"y{i}"]
LeechCommand = [f"leech{i}", f"l{i}"]
Expand Down

0 comments on commit 04b3dff

Please sign in to comment.