Gunfight Command

This commit is contained in:
Daniel Odendahl Jr
2017-07-15 16:43:50 +00:00
parent 227df68eb1
commit 3b05706035
4 changed files with 62 additions and 3 deletions
+1 -1
View File
@@ -31,7 +31,7 @@ module.exports = class TodayCommand extends Command {
if (day < 32 && day > 0) return true;
else return 'Please enter a valid day.';
}
},
}
]
});
}