meta

fun <T : Any> meta(key: CloudKey<T>, value: T): MutableCommandBuilder<C>

Set the value for a certain CloudKey in the command meta storage for this builder

Return

this mutable builder

Parameters

T

value type

key

the key to set a value for

value

new value