-
#7
-
```dart
// change animated to nullable
String avatarUrl({String format = 'webp', int? size, bool? animated}) {
if (avatar == null) {
return client.cdnHttpEndpoints.defaultAvatar(disc…
-
**Describe the bug**
Bot hangs when sending SIGINT/Ctrl+C while calling `onBotStop` for plugins. Seems to happen on `StreamSubscription` cancellation.
**To Reproduce**
Steps to reproduce the beha…
-
Does not interfere with normal operation, seems like.
```
[2023-03-17 18:38:15.252259] [INFO] [Connection Manager] Connected and ready! Logged as `...`
[2023-03-17 18:38:15.252746] [FINE] [Shard 0]…
-
It would be nice if the `nyxx` docs were a bit clearer. I had to look at other people's code to know how to register slash commands using the `nyxx_interactions` package.
- I added some useful code…
-
**Describe the bug**
Bot hangs when sending SIGINT/Ctrl+C while calling `onBotStop` for plugins. Seems to happen on `StreamSubscription` cancellation with any of nyxx's plugins.
**To Reproduce**
…
-
**Is your feature request related to a problem? Please describe.**
The "List Active Guild Threads" endpoint is not currently implemented.
https://discord.com/developers/docs/resources/guild#list-act…
-
If possible please guide me Or. Give me some hint
Thanks
-
**Describe the bug**
I'm running into ``Bad state: Stream has already been listened to.`` when trying to archive a freshly-unarchived thread.
I belive this might be a race condition of some sort (wh…
-
We can use https://github.com/nyxx-discord/running_on_dart.git as a template, as it already has an implementation with PostgreSQL. They're using a custom-made migration tool, which can be found here: …