About 51 results
Open links in new tab
  1. python - How install discord.py library - Stack Overflow

    How install discord.py library [duplicate] Asked 5 years, 10 months ago Modified 5 years, 6 months ago Viewed 3k times

  2. 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.

  3. 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.

  4. 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 …

  5. 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 …

  6. No module named 'discord.ext'; 'discord' is not a package

    Jul 23, 2023 · from discord.ext import commands ModuleNotFoundError: No module named 'discord.ext'; 'discord' is not a package I am not sure why this is happenign I have tried installing …

  7. 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 …

  8. node.js - cannot install discord/opus - Stack Overflow

    Sep 21, 2021 · I'm making discord bot. It work perfectly yeseterday. The bot works and I tried to host it on heroku. Then I found some errors.So, I tried to search the solution online and typed npm cache …

  9. python - Cannot install discord.py using pip - Stack Overflow

    Jan 1, 2024 · Traceback (most recent call last): File "C:\Users\akjn\Desktop\Discordpy\bot.py", line 2, in <module> import discord ModuleNotFoundError: No module named 'discord' I would like to know if I …

  10. discord.py - How do I install FFmpeg for my bot to play music? - Stack ...

    May 26, 2021 · Downloading ffmpeg on windows is weird. I struggled with this too when I was writing my first bot. Turns out that the pip install ffmpeg installs a python library called ffmpeg, rather than …