operator fun <T> WeakRef<T>.getValue(thisRef: Any?, property: KProperty<*>): T?
Provides delegate value.
val bot: Bot? by param.weakRef()