File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/main/java/net/neoforged/camelot/util/jda Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 88import net .dv8tion .jda .api .events .interaction .component .ButtonInteractionEvent ;
99import net .dv8tion .jda .api .hooks .EventListener ;
1010import net .dv8tion .jda .api .interactions .ICustomIdInteraction ;
11- import net .neoforged .camelot .BotMain ;
11+ import net .neoforged .camelot .Bot ;
1212import org .jetbrains .annotations .NotNull ;
1313
1414import java .util .UUID ;
2525 * The manager uses {@code /} as a data separator in the button ID, with the first entry being the button UUID, allowing
2626 * you to add additional arguments.
2727 *
28- * @see BotMain#BUTTON_MANAGER
28+ * @see Bot#components()
2929 */
3030public class ComponentManager implements EventListener {
3131 private final Cache <String , Consumer <? extends ICustomIdInteraction >> componentHandlers = Caffeine .newBuilder ()
You can’t perform that action at this time.
0 commit comments