Skip to content

Commit 0a5ec0e

Browse files
committed
Fix javadoc
1 parent 4b6cc70 commit 0a5ec0e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/net/neoforged/camelot/util/jda/ComponentManager.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
import net.dv8tion.jda.api.events.interaction.component.ButtonInteractionEvent;
99
import net.dv8tion.jda.api.hooks.EventListener;
1010
import net.dv8tion.jda.api.interactions.ICustomIdInteraction;
11-
import net.neoforged.camelot.BotMain;
11+
import net.neoforged.camelot.Bot;
1212
import org.jetbrains.annotations.NotNull;
1313

1414
import java.util.UUID;
@@ -25,7 +25,7 @@
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
*/
3030
public class ComponentManager implements EventListener {
3131
private final Cache<String, Consumer<? extends ICustomIdInteraction>> componentHandlers = Caffeine.newBuilder()

0 commit comments

Comments
 (0)