/home/container/main.py:2: DeprecationWarning: The v4 is now deprecated and won't be supported in the future. Please, migrate to v5. https://github.com/interactions-py/interactions.py
from interactions import Client, Intents, listen, OptionType, slash_option, slash_command
Traceback (most recent call last):
File "/home/container/main.py", line 2, in <module>
from interactions import Client, Intents, listen, OptionType, slash_option, slash_command
ImportError: cannot import name 'listen' from 'interactions' (/home/container/.local/lib/python3.9/site-packages/interactions/__init__.py)
I have no name!@b4f54e5b-2529-46c9-aaf8-b388daf3620f:~$ python3 main.py
/home/container/main.py:2: DeprecationWarning: The v4 is now deprecated and won't be supported in the future. Please, migrate to v5. https://github.com/interactions-py/interactions.py
from interactions import Client, Intents, OptionType, slash_option, slash_command
Traceback (most recent call last):
File "/home/container/main.py", line 2, in <module>
from interactions import Client, Intents, OptionType, slash_option, slash_command
ImportError: cannot import name 'slash_option' from 'interactions' (/home/container/.local/lib/python3.9/site-packages/interactions/__init__.py)
I also need help updating to v5.