David Vo
David Vo
Depends. It seems like you're asking to automatically give power levels according to the permission bits they have, whereas I only needed any way to give power levels based on...
discord.js will first need to gain inline reply support of course - it doesn't look like they even have a tracking issue for it yet.
Looks like there's a PR though: discordjs/discord.js#4874
So it looks like it's possible currently (without updating the library) to determine whether a Discord message is a reply by looking at `Message#reference`. So we can translate Discord replies...
The discord.js PR finally got merged :tada: Would it be worth merging the upstream changes into better-discord.js and making a prerelease for the bridge?
See also #1177 - pybind11 enums aren't singletons, but the enum module creates singletons per PEP 435.
It seems to me that it would be worth making appservices opt into receiving EDUs to avoid pushing EDUs to an appservice that doesn't care about them.
I think conceptually this is a similar scenario to things like Python decorators. It seems inconsistent for JSDoc comments to not be treated the same way.
https://github.com/tree-sitter/tree-sitter-bash
Most of this diff appears to be trailing commas defaulting to always. Should we add a prettier config to enable it on stable, then see what else changes afterwards?