Uses of Interface
dev.sympho.bot_utils.access.ChannelAccessContext
Packages that use ChannelAccessContext
Package
Description
API for managing access to features.
Utilities for using Discord components.
-
Uses of ChannelAccessContext in dev.sympho.bot_utils.access
Methods in dev.sympho.bot_utils.access that return ChannelAccessContextModifier and TypeMethodDescriptiondefault ChannelAccessContextCreates a copy of this context with the user replaced by the given user.Methods in dev.sympho.bot_utils.access with parameters of type ChannelAccessContextModifier and TypeMethodDescriptionGroup.belongs(ChannelAccessContext context) Determines whether the user in the given context belongs to this group.Group.belongs(User user, ChannelAccessContext context) Determines whether the given user belongs to this group in the context of the given guild and channel.GuildGroup.belongs(ChannelAccessContext context) AccessManager.validator(ChannelAccessContext context) Creates an access validator under the given context. -
Uses of ChannelAccessContext in dev.sympho.bot_utils.component
Classes in dev.sympho.bot_utils.component that implement ChannelAccessContextModifier and TypeClassDescriptionfinal classThe execution context of a button being pressed.static classThe execution context of a component being interacted with.final classThe execution context of a modal being submitted.