IcemmandContext

interface IcemmandContext

Properties

Link copied to clipboard
abstract val input: String
Link copied to clipboard
abstract val source: IcemmandSource

Functions

Link copied to clipboard
abstract operator fun <T> get(name: String): T
Link copied to clipboard
operator fun <T> IcemmandContext.getValue(thisRef: Any?, property: KProperty<*>): T