Skip to content
This repository was archived by the owner on Sep 29, 2021. It is now read-only.

Commit ee918e5

Browse files
committed
Failed: Fixing typo
1 parent fbc2532 commit ee918e5

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

userbot/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@
154154
"https://raw.githubusercontent.com/yshalsager/megadown/master/megadown":
155155
"bin/megadown",
156156
"https://raw.githubusercontent.com/yshalsager/cmrudl.py/master/cmrudl.py":
157-
"bin/cmrudl"
157+
"bin/cmrudl",
158158
"https://raw.githubusercontent.com/adekmaulana/python-scripts/master/shell/megadirect":
159159
"bin/megadirect"
160160
}

userbot/modules/mega_downloader.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -105,8 +105,8 @@ def encrypt_file(file_name, file_hex, file_raw_hex):
105105

106106
CMD_HELP.update({
107107
"mega":
108-
".mega <mega url>\"
109-
"\nUsage: Reply to a mega link or paste your mega link to"
110-
"\ndownload the file into your userbot server"
111-
"\n\nOnly support for *FILE* only."
108+
".mega <mega url>\n"
109+
"Usage: Reply to a mega link or paste your mega link to\n"
110+
"download the file into your userbot server\n\n"
111+
"Only support for *FILE* only.\n"
112112
})

0 commit comments

Comments
 (0)