Update WelcomePlugin.kt

This commit is contained in:
2022-07-10 01:08:55 +06:00
committed by GitHub
parent 84f5b5da75
commit dc8b46dbd6

View File

@@ -58,7 +58,7 @@ class WelcomePlugin : Plugin {
*/
@Serializable
private class Config(
val recheckOfAdmin: MilliSeconds = 60L
val recheckOfAdmin: MilliSeconds = 60000L
)
/**