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 30, 2025
1 parent 1f125c9 commit 851ba1e
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 @@ -10,7 +10,7 @@ class BotCommands:
JdMirrorCommand = [f"jdmirror{i}", f"jm{i}"]
YtdlCommand = [f"ytdl{i}", f"y{i}"]
LeechCommand = [f"leech{i}", f"l{i}"]
JdLeechCommand = [f"jdLeech{i}", f"jl{i}"]
JdLeechCommand = [f"jdleech{i}", f"jl{i}"]
YtdlLeechCommand = [f"ytdlleech{i}", f"yl{i}"]
CloneCommand = f"clone{i}"
MediaInfoCommand = f"mediainfo{i}"
Expand Down

0 comments on commit 851ba1e

Please sign in to comment.