From ff68d6ea19cb07d641f399a9f49fcc7aea50daf5 Mon Sep 17 00:00:00 2001 From: Seaswimmer Date: Thu, 11 Jul 2024 23:30:42 +0000 Subject: [PATCH] docs(backup): removed `reload` from the backup docs due to some techincal limitations, the `backup` cog does not actually reload cogs it reinstalls. the end user still has to do that, this is because there's no good way for `backup` to confirm if a cog is loaded or not whenever exporting the list of repos/cogs. Signed-off-by: Seaswimmer --- .docs/backup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.docs/backup.md b/.docs/backup.md index f324e72..b8182a5 100644 --- a/.docs/backup.md +++ b/.docs/backup.md @@ -1,6 +1,6 @@ # Backup -Backup allows you to export a JSON list of all of your installed repositories and cogs, then reimport them and automatically reinstall/reload the cogs. +Backup allows you to export a JSON list of all of your installed repositories and cogs, then reimport them and automatically reinstall the cogs. ## Installation