Remove Roleplay

This commit is contained in:
Dragon Fire
2024-03-20 18:56:10 -04:00
parent c6150d20ed
commit 3bc1fb0a92
27 changed files with 1 additions and 701 deletions
+1 -1
View File
@@ -36,6 +36,6 @@ module.exports = class TextDiffCommand extends Command {
if (change[0] === -1) return `~~${change[1]}~~`;
return '';
}).join('');
return msg.reply(`${formatted} (${Math.round(diff * 100)}% similarity)`);
return msg.reply(`${formatted} (${Math.round(wuzzyDiff * 100)}% similarity)`);
}
};