[DiscordModals] Why can't I install it on Red 3.4.16?
Closed this issue · 3 comments
What cog is this bug report for?
discordmodals
Describe the bug
So when you go to install the cog, it gives this message
This cog requires different Red version than you currently have (3.4.16): discordmodals
(Minimum: 3.5.0.dev1)
If there's an error, paste it here
No response
Hello,
Discord Modals are not supported by dpy1. They will be supported by dpy2, which Red 3.5, which has not yet been released, will work with.
I coded this cog with a Red 3.5 and dpy2 development bot. Normal" users will only be able to use it after the release of Red 3.5 or install a development version, which is not recommended.
Have a nice day.
Hello, Discord Modals are not supported by dpy1. They will be supported by dpy2, which Red 3.5, which has not yet been released, will work with. I coded this cog with a Red 3.5 and dpy2 development bot. Normal" users will only be able to use it after the release of Red 3.5 or install a development version, which is not recommended. Have a nice day.
How would I get the development version? I have a test bot on a test machine I use.
Hello,
Installing a development version of Red is very simple, but it has risks for the data of this bot (data migrations).
If you already have a development bot, you can run the following command as usual when you update Red.
If you don't already have one, you can install Red completely by following the normal documentation, but replacing the installation command with this one.
python -m pip install -U --force-reinstall git+https://github.com/Cog-Creators/Red-DiscordBot@V3/develop#egg=Red-DiscordBot
Have a nice day.