discord-py-ui / discord-ui

A discord.py extension for sending, receiving and handling ui interactions in discord
https://discord-ui.rtfd.io/
MIT License
36 stars 9 forks source link

Nextcord does not work with discord-ui #114

Closed CraftDev222 closed 2 years ago

CraftDev222 commented 2 years ago

Hey, I tried today to rewrite my Discord bot to Nextcord but somehow I can't because discord-ui requires discord.py and the lib of Discord-UI doesn't support Nextcord, is there any way to fix this?

Before the question comes up, I am using discord-ui version 5.1.5

kvsxxx commented 2 years ago

discord-ui should work together with nextcord, do you have an exception or something for me?

I can't because discord-ui requires discord.py

what exaclty do you mean by that? if you mean the imports, discord-ui uses the discord module which will be replaced by nextcord during the installation

CraftDev222 commented 2 years ago

image

CraftDev222 commented 2 years ago

And discord.py is not installed there

kvsxxx commented 2 years ago

can you try to reinstall nextcord?

CraftDev222 commented 2 years ago

Did it, now it works. Thank you!