Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ambiguous event names: LinkTags and Anchors #10287

Open
brynpttrsn opened this issue May 19, 2024 · 0 comments
Open

Ambiguous event names: LinkTags and Anchors #10287

brynpttrsn opened this issue May 19, 2024 · 0 comments

Comments

@brynpttrsn
Copy link
Contributor

brynpttrsn commented May 19, 2024

Which application is this bug report for?

Documentation

Issue description

A few event names are the same as methods in the Collector class creating issues with duplicate anchor tags. Duplicated anchor tags always scroll to the first Anchor that appears with the corresponding id.

LinkTags also can’t resolve properly.

Link tag issue here:
https://discordjs.dev/docs/packages/discord.js/14.15.2/ReactionCollector:Class#create

Anchor links for collect and dispose events collide with methods of the respective names here:
https://discordjs.dev/docs/packages/discord.js/14.15.2/Collector:Class

Steps to Reproduce

Visit docs linked above.
Click events collect and dispose.
Observe it scrolls to method and not event.

Versions

Docs

Issue priority

Low (slightly annoying)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant