= Updated response method naming and formatting
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user