data class RolesBlock(val id: String, val roles: Map<Snowflake, RoleItem>, val title: String = "Role Assignment", val description: String = "Click the button below to assign yourself any of the following roles.", val color: Color = DISCORD_BLURPLE, val template: String = "**»** {MENTION} {DESCRIPTION}") : Block, InteractionBlock, KordExKoinComponent
constructor(id: String, roles: Map<Snowflake, RoleItem>, title: String = "Role Assignment", description: String = "Click the button below to assign yourself any of the following roles.", color: Color = DISCORD_BLURPLE, template: String = "**»** {MENTION} {DESCRIPTION}")