mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-24 02:15:10 +02:00
Fix spelling mistake
This commit is contained in:
@@ -87,7 +87,7 @@ module.exports = class ShipCommand extends Command {
|
|||||||
}
|
}
|
||||||
|
|
||||||
calculateLevelText(level) {
|
calculateLevelText(level) {
|
||||||
if (level === 0) return 'Abyssmal';
|
if (level === 0) return 'Abysmal';
|
||||||
if (level > 0 && level < 10) return 'Horrid';
|
if (level > 0 && level < 10) return 'Horrid';
|
||||||
if (level > 9 && level < 20) return 'Awful';
|
if (level > 9 && level < 20) return 'Awful';
|
||||||
if (level > 19 && level < 30) return 'Very Bad';
|
if (level > 19 && level < 30) return 'Very Bad';
|
||||||
|
|||||||
Reference in New Issue
Block a user