Update CommandsPlugin.kt

This commit is contained in:
2022-07-09 21:57:31 +06:00
committed by GitHub
parent 42ff5262f5
commit d9c86039a1

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)
/**