= Updated response method naming and formatting
This commit is contained in:
@@ -71,7 +71,7 @@ public class RPManager
|
||||
{
|
||||
reminder += " <@" + users.get(i) + ">";
|
||||
}
|
||||
res.CallToChannel(reminder, entry.getValue().getChannel().uniqueID);
|
||||
res.sendToChannel(reminder, entry.getValue().getChannel().uniqueID);
|
||||
reminder = "";
|
||||
|
||||
entry.getValue().resetTimer();
|
||||
|
||||
@@ -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