-
Ref: https://github.com/discord/discord-api-docs/pull/3996
Our autocomplete implementation needs to be checked against official docs if everything is up to spec
-
A new commit was made into the api-docs repo. This issue was created automatically. Need to review if we made any change to the library for this commit.
https://github.com/discord/discord-api-docs/com…
-
### Is your feature request related to a problem? Please describe.
Currently only the `syncOnReady()` method is exposed in `IInteractions`. This means that any projects that need to wait for the clie…
-
**Is your feature request related to a problem? Please describe.**
Now nyxx to determine if message is sent from guild or channel checks for `guild_id` field which could be missing in certain situati…
-
## Describe the bug
Registering no guild command builders should result in all commands for that guild being deleted when `Interactions.sync()` is called. However, this is not the case and no guild c…
-
**Describe the bug**
Nyxx#version returns an old version
**To Reproduce**
Steps to reproduce the behavior:
Print value `Nyxx#version`
**Expected behavior**
A clear and concise description …
-
Guild member objects have a pending? boolean that indicates whether the guild member has passed the membership screening requirements. This is currently missing from the member class.
Changes to this…
-
Improve displaying tag stats by displaying more tag by default, and ordering them by usage. Optionally add optional argument to fetch stats for single command
Ref: https://github.com/nyxx-discord/r…
-
**Slash command handler**
```dart
Future kick(
SlashCommandInteractionEvent event, GuildConfigDoc? configDoc) async {
// args
final userId = event.getArg('user').value as String;
var r…
-
**Describe the bug**
I have used `Interactions.registerSlashCommand()` and a sample slash command to register it, but the slash commands on my server do not update / refresh. The additions have worke…
vxern updated
3 years ago