SystemChannelFlags

constructor(code: Int)(source)

Deprecated (with error)

Don't construct an instance of 'SystemChannelFlags' from a raw code. Use the factory functions described in the documentation instead.

Replace with

import dev.kord.common.entity.SystemChannelFlags
SystemChannelFlags.Builder(code).build()