fix(backup): doing some cleanup
All checks were successful
Actions / Lint Code (Pylint) (pull_request) Successful in 15s
Actions / Build Documentation (MkDocs) (pull_request) Successful in 12s

This commit is contained in:
SeaswimmerTheFsh 2024-01-31 15:48:23 -05:00
parent 4e70145d38
commit 22237a21b1
Signed by: cswimr
GPG key ID: B8953EC01E5C4063
2 changed files with 9 additions and 3 deletions

View file

@ -20,6 +20,6 @@ Exports a JSON list of all of your added repositories, and their installed cogs.
### backup import
- Usage: `[p]backup import [json]`
- Usage: `[p]backup import`
Imports, reinstalls, and reloads cogs from a valid export. Requires the JSON export to be attached to the invoking message as an attachment. Ignores itself and PyLav cogs.
Reinstalls repositories and cogs from a valid export. Requires the JSON export to be attached to the invoking message as an attachment. Ignores itself and PyLav cogs, due to possible conflicts with Docker images.