-
Fixup nyxx version constraint to allow using with dev nyxx.
-
**Is your feature request related to a problem? Please describe.**
Currently, code using `nyxx_commands` cannot be compiled as `dart:mirrors` is used to determine metadata about commands, including a…
-
**Is your feature request related to a problem? Please describe.**
Since message intent will be effective next year and will devs will be able to request it at the end of this year, commander should …
-
I can't manage to make the ComponentMessageBuilder send anything. Whenever I run the buttons_and_dropdowns example, with a valid token of course, the interaction fails and the following error gets log…
-
- https://discord.com/developers/docs/topics/gateway#activity-object-activity-types
`ActivityType` 3 is missing, it should be set to watching. Also need to check if this is used in other files e.g.…
-
when i do bot.guilds.cacheSize it just returns -1.
https://github.com/nyxx-discord/nyxx/blob/dev/lib/src/internal/cache/cache.dart#L11
vanxh updated
2 years ago
-
**Describe the bug**
`nyxx_interactions` 3.0.0 fixed a bug where interaction follow ups could not be sent as ephemeral.
**Expected behavior**
Allow responding with ephemeral messages using `Conte…
-
**Describe the bug**
A few embed attribute types are nullable although they should not be, which then requires the some null check.
##### EmbedAuthor.name
https://github.com/nyxx-discord/nyxx/blo…
-
Create a followup message with ephemeral.
https://discord.com/developers/docs/interactions/receiving-and-responding#create-followup-message
thanks for the hard work
-
All libraries currently use `part of` syntax which is discouraged. We should use `export` syntax with `show` to expose only needed APIs.
More here: https://dart.dev/guides/libraries/create-library-…