AS A guild owner
I WANT TO be able to backup RoleLive data to a JSON file
SO THAT I can keep all the needed information to recover RoleLive in case a disaster happens
There will be two backup commands: !admin.export and !admin.import. Both commands only available to guild owners.
Export will generate a JSON file with all the configuration and database of RoleLive, including per-guild and per-user configurations. The JSON file will be exported to a raw paste URL.
Improt will reconfigure RoleLive with a JSON file from a paste URL. Import command can be run at anytime, from anywhere in the guild, WITHOUT having to initialize RoleLive,
AS A guild owner
I WANT TO be able to backup RoleLive data to a JSON file
SO THAT I can keep all the needed information to recover RoleLive in case a disaster happens
There will be two backup commands: !admin.export and !admin.import. Both commands only available to guild owners.
Export will generate a JSON file with all the configuration and database of RoleLive, including per-guild and per-user configurations. The JSON file will be exported to a raw paste URL.
Improt will reconfigure RoleLive with a JSON file from a paste URL. Import command can be run at anytime, from anywhere in the guild, WITHOUT having to initialize RoleLive,