small feex

This commit is contained in:
jenzur 2019-04-07 00:20:13 +02:00
parent 33ecf7730f
commit 17fe22b7ea
2 changed files with 2 additions and 2 deletions

View File

@ -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);
}
}

View File

@ -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");