ComplianceBlock
@Serializable
@SerialName(value = "compliance")
Constructors
Link copied to clipboard
constructor(id: String, role: Snowflake, title: String, buttonText: String, logChannel: Snowflake, complianceTypeUser: String, template: String = "__**{TITLE}**__\n\n" +
"By clicking the button below, you certify that:\n\n" +
"**»** {COMPLIANCE_TYPE_USER}\n\n" +
"**Please note:** Once you certify the above, you can't revoke your certification. If you decide to " +
"certify the above when it's not true, you may be punished or removed from the server.", complianceTypeLogs: String = complianceTypeUser
.replace("You", "They")
.replace("you", "they"))