Clarifies what [p]backup does (#3172)

* Clarify `[p]backup`

* Create 3172.enhance.rst
This commit is contained in:
Flame442
2019-12-07 19:24:07 -05:00
committed by Michael H
parent 02d6b7d658
commit b4186d6724
2 changed files with 3 additions and 1 deletions

View File

@@ -1323,8 +1323,9 @@ class Core(commands.Cog, CoreLogic):
@commands.command()
@checks.is_owner()
async def backup(self, ctx: commands.Context, *, backup_dir: str = None):
"""Creates a backup of all data for the instance.
"""Creates a backup of all data for this bot instance.
This backs up the bot's data and settings.
You may provide a path to a directory for the backup archive to
be placed in. If the directory does not exist, the bot will
attempt to create it.