= Updated response method naming and formatting
This commit is contained in:
@@ -33,8 +33,8 @@ public class BenchmarkFormattable
|
||||
public void call(Response res)
|
||||
{
|
||||
if(resEmbed == null)
|
||||
res.call(resString);
|
||||
res.send(resString);
|
||||
else
|
||||
res.callEmbed(resEmbed);
|
||||
res.send(resEmbed);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user