= Updated response method naming and formatting

This commit is contained in:
Matthew Cech
2019-06-19 21:17:08 -07:00
parent c7ad59b755
commit b0292666c0
63 changed files with 149 additions and 145 deletions
+2 -2
View File
@@ -60,7 +60,7 @@ public class CommandMap extends Command
}
catch(NumberFormatException e)
{
res.call(LocStrings.stub("MapInvalid"));
res.send(LocStrings.stub("MapInvalid"));
return;
}
@@ -87,7 +87,7 @@ public class CommandMap extends Command
body += "\n```";
// Send back the map
res.call(header + body);
res.send(header + body);
}
// Verifies and appropriately caps input as necessary