From 43d80f5912ed91a698c8565b58f1c9c9a121cf04 Mon Sep 17 00:00:00 2001 From: Dragory Date: Sun, 18 Feb 2018 20:06:04 +0200 Subject: [PATCH] Clarify legacy data migration instructions --- src/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.js b/src/index.js index 5c09c1d..96db8f9 100644 --- a/src/index.js +++ b/src/index.js @@ -53,7 +53,7 @@ process.on('unhandledRejection', err => { console.log('=== LEGACY DATA MIGRATION FINISHED ==='); console.log(''); console.log('IMPORTANT: After the bot starts, please verify that all logs, threads, blocked users, and snippets are still working correctly.'); - console.log('Once you\'ve done that, feel free to delete the following legacy files/directories:'); + console.log('Once you\'ve done that, the following files/directories are no longer needed. I would recommend keeping a backup of them, however.'); console.log(''); console.log('FILE: ' + path.resolve(relativeDbDir, 'threads.json')); console.log('FILE: ' + path.resolve(relativeDbDir, 'blocked.json'));