11package com.lambda.client.module.modules.chat
22
3+ import com.lambda.client.commons.extension.synchronized
34import com.lambda.client.module.Category
45import com.lambda.client.module.Module
6+ import com.lambda.client.util.FolderUtils
57import com.lambda.client.util.TickTimer
68import com.lambda.client.util.TimeUnit
79import com.lambda.client.util.text.MessageDetection
810import com.lambda.client.util.text.MessageSendHelper
911import com.lambda.client.util.text.MessageSendHelper.sendServerMessage
1012import com.lambda.client.util.threads.defaultScope
1113import com.lambda.client.util.threads.safeListener
12- import com.lambda.client.commons.extension.synchronized
13- import com.lambda.client.util.FolderUtils
1414import kotlinx.coroutines.Dispatchers
1515import kotlinx.coroutines.launch
1616import net.minecraftforge.fml.common.gameevent.TickEvent
@@ -25,7 +25,7 @@ object Spammer : Module(
2525 modulePriority = 100
2626) {
2727 private val modeSetting by setting(" Order" , Mode .RANDOM_ORDER )
28- private val delay by setting(" Delay" , 10 , 1 .. 180 , 1 , description = " Delay between messages, in seconds" )
28+ private val delay by setting(" Delay" , 10 , 1 .. 600 , 1 , description = " Delay between messages, in seconds" )
2929 private val loadRemote by setting(" Load From URL" , false )
3030 private val remoteURL by setting(" Remote URL" , " Unchanged" , { loadRemote })
3131
0 commit comments