Update CommandsPlugin.kt

This commit is contained in:
InsanusMokrassar 2022-07-09 21:57:31 +06:00 committed by GitHub
parent 42ff5262f5
commit d9c86039a1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,7 +20,7 @@ import org.koin.core.module.Module
* flexible setup of commands in runtime.
*/
@Serializable
class CommandsPlugin : Plugin {
object CommandsPlugin : Plugin {
private val log = KSLog(logTag)
/**