Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Nubuki-all committed Dec 29, 2023
1 parent f2481dd commit fe92314
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bot/workers/handlers/rebut.py
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ async def en_mux(event, args, client):
-i {link of file to download, tg link also supported(must be a supergroup link to file)}
-np to turn off anilist
-d {file_name} to change download name
-du {chat_id} id of chat to dumb resulting file.
-du {chat_id} id of chat to dump resulting file.
-c to delete command after muxing - needs no argument.
-v tag files with versions.
-q custom caption codec
Expand Down Expand Up @@ -377,7 +377,7 @@ async def en_mux(event, args, client):
flag = get_args(
["-c", "store_true"],
"-d",
"du",
"-du",
"-default_a",
"-default_s",
"-ext",
Expand Down

0 comments on commit fe92314

Please sign in to comment.