-
**Describe the bug**
SlashCommandInteraction.getArgs return dynamic but the options(args) are actually Iterable so it should be InteractionOption?
**To Reproduce**
```dart
event.interaction.getA…
-
Things That Need Changing:
- [x] DAPI Channel Description
- [x] Check Discord Server
- [x] Check references in nyxx
- [x] Check references in ROD
-
**Describe the bug**
When accessing the guild from the context of a command from Commander, it returns null
**To Reproduce**
```
final bot = Nyxx([Token], GatewayIntents.allUnprivileged);
var c…
-
**Describe the bug**
When fetching members using `Guild.fetchMembers()` the stream will not contain any members.
**To Reproduce**
Steps to reproduce the behavior:
For an easier way to reproduc…
-
**Describe the bug**
During the process of attempting to build, run, anything, I get a slew of errors;
Open here.
```sh
fuwn > dart run
/C:/Users/Fuwn/AppData/Local/Pub/Cache/git/nyxx-742a677…
-
**Describe the bug**
2 channels are created
**To Reproduce**
Use the fix/fix/channel-edit-redesign branch. Use .createChannel
**Expected behavior**
It create only 1 channel
**Desktop (plea…
-
**Describe the bug**
Dart removed the --no-null-safety flag from version 2.10, which Nyxx required to function.
**To Reproduce**
1. Install Dart 2.10.x
1. Attempt to run the example pingpong bot…
-
This issue is for documenting the process of adding threads to Nyxx along with any other required features for threads to work.
-
Feature request: EmbedBuilder.fromJSON
Exactly as it seems; creates a new instance of EmbedBuilder but adds elements from a JSON object first.
**Why?**
So embed JSON can be directly copy-pasted f…
-
Would this maybe solve some version problems?
Just adding
```yaml
environment:
sdk: '>=2.12.0