baptiste0928 / twilight-interactions

Macros and utilities to work with Discord Interactions using twilight.
ISC License
37 stars 7 forks source link

Twilight 0.16 Support #34

Closed fdnt7 closed 7 months ago

fdnt7 commented 7 months ago

Hello. twilight has announced their first release candidate of 0.16, which changed a lot of re-exports, names and structures of many models in twilight-model, particularly the interactions-related models. This made twilight-interactions unusable with =0.16.0-rc.1.

I wanted to ask if there have been any ongoing efforts to update this library to twilight 0.16. If not, I've forked this repository and updated the library (including the example bot) to twilight =0.16.0-rc.1. I've tested using the forked library with my bot and encountered no issues so far.

I'm more than happy to submit a PR to this repository, so please let me know what you think. Thank you in advance.

baptiste0928 commented 7 months ago

No work has been started yet to update to twilight 0.16, your PR is very welcome. Thanks for your initiative!