Change some strings

This commit is contained in:
Daniel Odendahl Jr
2017-09-13 02:08:06 +00:00
parent e0b823062d
commit caba065235
32 changed files with 51 additions and 50 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ module.exports = class MapCommand extends Command {
type: 'integer',
validate: zoom => {
if (zoom < 21 && zoom > 0) return true;
return 'Please enter a zoom value from 1-20.';
return 'Invalid zoom level, please enter a zoom level from 1-20.';
}
},
{