[3.4] Fix usage of file/folder names without suffix in Downloader (#5938) (#6043)

Co-authored-by: Jakub Kuczys <me@jacken.men>
This commit is contained in:
Red-GitHubBot
2023-04-19 23:01:28 +02:00
committed by GitHub
parent c2376e6851
commit 6f75c0f13f
3 changed files with 10 additions and 9 deletions

View File

@@ -528,7 +528,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**