small feex
This commit is contained in:
parent
33ecf7730f
commit
17fe22b7ea
@ -499,7 +499,7 @@ public class Datahandler {
|
||||
if (!foundmatch) {
|
||||
scoreRelation = getScoreRelationNewMsgToRecentMsg(SMX.getSecondaryString(), MostRecent);
|
||||
}
|
||||
if (scoreRelation > 500.0 + (25 * smxUpdateReturn.size())) {
|
||||
if (scoreRelation > (25 * smxUpdateReturn.size())) {
|
||||
smxUpdateReturn.put(smxUpdateReturn.size() + 1, SMX);
|
||||
}
|
||||
}
|
||||
|
@ -33,7 +33,7 @@ import org.javacord.api.entity.user.User;
|
||||
*/
|
||||
public class DiscordHandler {
|
||||
|
||||
private static String MostRecentMsg = "initial state";
|
||||
private static String MostRecentMsg = "what do you think of humanzz";
|
||||
|
||||
public static void main(String[] args) {
|
||||
System.setProperty("java.util.concurrent.ForkJoinPool.common.parallelism", "25");
|
||||
|
Loading…
Reference in New Issue
Block a user