Jiralite
Jiralite
The majority of this pull request got superseded. We're in the middle of rebuilding the guide, so feel free to communicate with us in the respective channels ([#djs-in-dev-version](https://discord.com/channels/222078108977594368/937420598383108167)/[#developing-djs](https://discord.com/channels/222078108977594368/992669226403909652)) in the...
If you include only the supported flags, this pull request would be fine.
Superseded by #9473.
It looks like this needs backporting, would you mind doing it?
I wouldn't call this a bug as there is no unexpected or unintended behaviour... return values are documented, so this shouldn't be a surprise.
Can you please provide the full stack trace (and never omit it)?
The WebSocket has been rewritten to a new implementation since this issue. Feel free to open a new issue if the problem persists with the new implementation (ideally on 14.11.0+).
> Please note that this does not currently account for subcommands: Discord still highlights the mention if only the base command name is in the mentions, however it is unclickable....
Ah, thank you for clarifying. Then, I wonder if this should be a method on the class vs. `toString()`. Then, I further wonder if that is necessary as discord.js already...
The issue is that this is a computed property. I assume a possible fix is to store a cache of guild members in a voice channel, but I'm not sure...