Skip to content

Commit 2860464

Browse files
authored
Merge pull request #49 from MomentarilyDisabled/patch-1
Update idle.js
2 parents 1ca6d65 + d739c0a commit 2860464

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

commands/idle.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -505,7 +505,7 @@ module.exports = {
505505
}
506506

507507
if (!(key.tree.includes(idle.upgradelist[upgrade].prereq)) && (upgrade != 0)) {
508-
return message.channel.send("Upgrade unavalible.");
508+
return message.channel.send("Upgrade unavailable.");
509509
}
510510

511511
if (key.tree.includes(upgrade)) {
@@ -2085,4 +2085,5 @@ function hypotheticalbuilder (key, hypoarg, hypoarg2) {
20852085

20862086
return hypostring;
20872087

2088-
}
2088+
2089+
}

0 commit comments

Comments
 (0)