
python - How do i change discord.py version? - Stack Overflow
Jul 7, 2023 · If you still want to use discord-ext-slash, but cant update it, then you must run pip install discord.py==1.7.3 (the newest version < 1.8). This will install an old version of discord.py though, and …
node.js - How can I import discord.js? - Stack Overflow
Sep 7, 2020 · This installs discord.js in node_modules and adds it to the dependencies field of your package.json. I recommend reading ‘Installing Node.js and discord.js’ on the discord.js guide.
python - How to install discord.py rewrite? - Stack Overflow
How do I install the new discord.py rewrite v1.0? I uninstalled the old discord.py using pip uninstall discord.py and re-ran pip to install discord.py, only to get version v0.16.x again instead of the new …
python - Import "discord" could not be resolved - Stack Overflow
Mar 13, 2021 · I have programmed a discord bot with python and I installed all discord.py libraries. the problem is when I run the script it said no module found but I already install everything the errors are: i...
python - Does Py-cord support Discord's new User Install Commands ...
Apr 27, 2025 · Does py-cord already support Discord's User Install Commands feature? If supported, how can I define and implement a command in py-cord that can be installed by users and used in …
python - Unable to install discord.py with pip - Stack Overflow
Aug 24, 2020 · For example (On MacOS versions and Linux), with python3.8, use python3 pip install discord. For Windows you would do py -3 pip install discord.py if you wanted to specify to use the …
How to only install (or import) a specific version of discord.py?
Sep 8, 2022 · 0 I'm trying to install the discord-1.7.3 package. pip installs discord-1.7.3 and discord.py-2.0.1. My program is incompatible with version 2.x.x so I need only version 1.7.3 to install. The …
Python discord.py Installation - Stack Overflow
Aug 2, 2018 · $ python >>> pip install discord.py Pip is a program seperate from Python, but it helps install the dependencies for Python.
I can't import discord in python - Stack Overflow
Jul 16, 2020 · I'd rather not use the python command. It's just points to the latest installed version and it doesn't even work on my pc. Use something like py -3.7 -m pip uninstall discord and py -3.7 -m pip …
I was trying to use the discord api. But when i enter import discord ...
Dec 6, 2024 · I was trying to use the discord api. But when i enter import discord, it gets several module errors from within the package Asked 1 year ago Modified 1 year ago Viewed 871 times