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 8, 2025
1 parent 84b62a1 commit 89767c9
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions bot/helper/telegram_helper/bot_commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,19 @@ def __init__(self):
self.MirrorCommand = [f"mirror{Config.CMD_SUFFIX}", f"m{Config.CMD_SUFFIX}"]
self.YtdlCommand = [f"ytdl{Config.CMD_SUFFIX}", f"y{Config.CMD_SUFFIX}"]
self.LeechCommand = [f"leech{Config.CMD_SUFFIX}", f"l{Config.CMD_SUFFIX}"]
self.YtdlLeechCommand = [f"ytdlleech{Config.CMD_SUFFIX}", f"yl{Config.CMD_SUFFIX}"]
self.YtdlLeechCommand = [
f"ytdlleech{Config.CMD_SUFFIX}",
f"yl{Config.CMD_SUFFIX}",
]
self.CloneCommand = f"clone{Config.CMD_SUFFIX}"
self.MediaInfoCommand = f"mediainfo{Config.CMD_SUFFIX}"
self.CountCommand = f"count{Config.CMD_SUFFIX}"
self.DeleteCommand = f"del{Config.CMD_SUFFIX}"
self.CancelAllCommand = f"cancelall{Config.CMD_SUFFIX}"
self.ForceStartCommand = [f"forcestart{Config.CMD_SUFFIX}", f"fs{Config.CMD_SUFFIX}"]
self.ForceStartCommand = [
f"forcestart{Config.CMD_SUFFIX}",
f"fs{Config.CMD_SUFFIX}",
]
self.ListCommand = f"list{Config.CMD_SUFFIX}"
self.SearchCommand = f"search{Config.CMD_SUFFIX}"
self.StatusCommand = f"status{Config.CMD_SUFFIX}"
Expand Down

0 comments on commit 89767c9

Please sign in to comment.