allowedMentions

Deprecated

Replaced by extension on 'MessageBuilder'. Change import to 'dev.kord.rest.builder.message.allowedMentions'.

Replace with

import dev.kord.rest.builder.message.allowedMentions
this.allowedMentions(block)

Configures the mentions that should trigger a mention (aka ping). Not calling this function will result in the default behavior (ping everything), calling this function but not configuring it before the request is build will result in all pings being ignored.