Update WelcomePlugin.kt

This commit is contained in:
InsanusMokrassar 2022-07-10 01:08:55 +06:00 committed by GitHub
parent 84f5b5da75
commit dc8b46dbd6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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