Fix usage of file/folder names without suffix in Downloader (#5938)

This commit is contained in:
Jakub Kuczys
2022-12-27 00:39:17 +01:00
committed by GitHub
parent f02491a092
commit e88884edb6
3 changed files with 10 additions and 9 deletions

View File

@@ -529,7 +529,8 @@ class Downloader(commands.Cog):
- `[p]repo add 26-Cogs https://github.com/Twentysix26/x26-Cogs`
- `[p]repo add Laggrons-Dumb-Cogs https://github.com/retke/Laggrons-Dumb-Cogs v3`
Repo names can only contain characters A-z, numbers, underscores, and hyphens.
Repo names can only contain characters A-z, numbers, underscores, hyphens, and dots (but they cannot start or end with a dot).
The branch will be the default branch if not specified.
**Arguments**