<@U5G0P7SRH> structure it like this: ``` var tes...
# getting-started
j
@mipster structure it like this:
Copy code
var test: () -> Boolean = {
		var result = true
		for (t in channels!!)
			if (t.item1 === message.channelReceiver)
				result = false
		result
	}