Fix bugs in changelog, friendship

This commit is contained in:
Dragon Fire
2020-04-18 18:09:36 -04:00
parent 77e9a087e8
commit 3085142755
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -103,7 +103,7 @@ module.exports = class FriendshipCommand extends Command {
if (level > 69 && level < 80) return 'Good';
if (level > 79 && level < 90) return 'Great';
if (level > 89 && level < 100) return 'Amazing';
if (level === 100) return 'Best Friends';
if (level === 100) return 'Besties';
return '???';
}
};