-
Since 0.9.0 Kotlin/JS is officially supported, see #775 and [0.9.0](https://github.com/kordlib/kord/releases/tag/0.9.0) for more information, for progress on Kotlin/Native check #855
## kord-voice
…
-
### Describe the bug
Eng 1 throttle rolls back during takeoff
### Steps to reproduce
Once clamp engages on takeoff throttle 1 will roll back to about 70% and stay there until auto flight engage abo…
-
As the title says. Current behaviour when a user with PluralKit requests a note is for the note to be posted twice. Once for the primary message, and then another time for the proxied message. This is…
-
Bot authors may want to wait for Kord to have done its initial setup, this'll mostly involve waiting until the Gateway has send all initial cacheable data. They may incorrectly come to the conclusion …
-
It's possible to show greek modes for a given root? To achieve the equivalent of this (using [pedrozath/coltrane](https://github.com/pedrozath/coltrane))
```
$ coltrane show scale scale:Dorian ton…
-
New airport edit suggestion submitted by latha:
INSERT INTO airports(name,city,country,iata,icao,x,y,elevation,timezone,dst,uid) VALUES('Ord', 'Chicago', 'United States', 'ORD', 'KORD', 87.9073, 41.9…
-
Currently, Kord events all extend the `Event` interface, which is open. This is good - it means that frameworks can combine their events with Kord's in their event handling systems trivially.
Howe…
-
Being able to save a playlist of items from all streaming platforms would instantly make this a daily driver for me, and probably many other people. Hope this is something you might consider working o…
-
**Current status:** Kord and Lavalink.kt officially support Kotlin/JS (nodejs) and Kotlin/JVM
See kordlib/kord#69 and kordlib/kord#855
-
Kord's builder DSL suspends to figure out the recommended amount of shards from Discord's REST API.
When it was originally introduced, it was motivated as a way to automatically scale shards without …