We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e294cad commit f185697Copy full SHA for f185697
dl/repo.py
@@ -7,7 +7,7 @@
7
from utils.misc import modules_help, prefix
8
9
10
-@Client.on_message(filters.command(["repo", "rp"], prefix) & filters.me)
+@Client.on_message(filters.command(["repod", "rp"], prefix) & filters.me)
11
async def github_repo(client: Client, message: Message):
12
try:
13
if len(message.command) > 1:
@@ -78,5 +78,6 @@ async def github_repo(client: Client, message: Message):
78
79
80
modules_help["repo"] = {
81
- "repo [link/reply to link]*": "Download GitHub repository",
+ "repod [link/reply to link]*": "Download GitHub repository",
82
+ "rp [link/reply to link]*": "Download GitHub repository",
83
}
0 commit comments