Unsafe
A class that exposes the creation of {Entity}Behavior classes.
All functionality in this class assumes correct data is being passed along and omits any requirements or checks. This makes using behaviors created by this class inherently unsafe.
If the user is not sure of the correctness of the data being passed along, it is advised to use Entities generated by Kord or other Entities instead.
Functions
Link copied to clipboard
                  fun applicationCommandInteraction(id: Snowflake, channelId: Snowflake, token: String, applicationId: Snowflake): ApplicationCommandInteractionBehavior
Link copied to clipboard
                  Link copied to clipboard
                  Link copied to clipboard
                  Link copied to clipboard
                  fun componentInteraction(id: Snowflake, channelId: Snowflake, token: String, applicationId: Snowflake = kord.selfId): ComponentInteractionBehavior
Creates a ComponentInteractionBehavior with the given id, channelId, token and applicationId.
Link copied to clipboard
                  fun globalApplicationCommand(applicationId: Snowflake, id: Snowflake): GlobalApplicationCommandBehavior
fun globalApplicationCommand(applicationId: Snowflake, guildId: Snowflake, id: Snowflake): GuildApplicationCommandBehavior
fun globalApplicationCommand(applicationId: Snowflake, commandId: Snowflake, service: InteractionService = kord.rest.interaction): GlobalApplicationCommandBehavior
Link copied to clipboard
                  Link copied to clipboard
                  fun guildApplicationCommand(guildId: Snowflake, applicationId: Snowflake, commandId: Snowflake, service: InteractionService = kord.rest.interaction): GuildApplicationCommandBehavior
Link copied to clipboard
                  Link copied to clipboard
                  Link copied to clipboard
                  Link copied to clipboard
                  Link copied to clipboard
                  fun keywordAutoModerationRule(guildId: Snowflake, ruleId: Snowflake): KeywordAutoModerationRuleBehavior
Link copied to clipboard
                  fun keywordPresetAutoModerationRule(guildId: Snowflake, ruleId: Snowflake): KeywordPresetAutoModerationRuleBehavior
Link copied to clipboard
                  Link copied to clipboard
                  fun memberProfileAutoModerationRule(guildId: Snowflake, ruleId: Snowflake): MemberProfileAutoModerationRuleBehavior
Link copied to clipboard
                  fun mentionSpamAutoModerationRule(guildId: Snowflake, ruleId: Snowflake): MentionSpamAutoModerationRuleBehavior
Link copied to clipboard
                  Link copied to clipboard
                  Link copied to clipboard
                  Link copied to clipboard
                  Link copied to clipboard
                  Link copied to clipboard
                  Link copied to clipboard
                  Link copied to clipboard
                  Link copied to clipboard
                  Link copied to clipboard
                  Link copied to clipboard
                  Link copied to clipboard
                  Link copied to clipboard
                  Link copied to clipboard
                  Link copied to clipboard
                  Link copied to clipboard