CraftSpider / dpytest

A package that assists in writing tests for discord.py
MIT License
102 stars 25 forks source link

Interactions support #125

Open laggron42 opened 10 months ago

laggron42 commented 10 months ago

I find this library great, but it has no support at all for interactions and views. My bot fully relies on interactions and has no text commands, thus I cannot use this library at all.

Do you plan to add support for these at some point?

I could try to contribute with a PR if you're ok with that?

Sergeileduc commented 9 months ago

Hi ! We have currently no plans for supporting interractions and views.

But if you manage to do it, feel free to do a PR.

lukruh commented 2 months ago

@laggron42 any progress on this? I'm interested too :) I also mainly use slash commands or buttons.

Is this library still actively maintained? I could maybe help out with the PR

laggron42 commented 2 months ago

Hey, I haven't had the time to implement it, only look into it and it seemed pretty complex to simulate a webhook communication with the existing architecture. It also seems there's no active development anymore, so I kinda abandoned this sadly

Sergeileduc commented 1 month ago

@laggron42 any progress on this? I'm interested too :) I also mainly use slash commands or buttons.

Is this library still actively maintained? I could maybe help out with the PR

I can review a PR if you want, but for the rest, I think I won't work on this project anymore (and neither CraftSpider)

but feel free to PR, we'll see