Clarify legacy data migration instructions

master
Dragory 2018-02-18 20:06:04 +02:00
parent ce8624e130
commit 43d80f5912
1 changed files with 1 additions and 1 deletions

View File

@ -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'));