processor
inline fun TencentGuildBot.processor(typeName: String, crossinline block: suspend Signal.Dispatch.(decoder: Json, decoded: () -> Any) -> Unit)
inline fun <R : Any> TencentGuildBot.processor(eventType: EventSignals<R>, crossinline block: suspend (R) -> Unit)