Python Forum
Creating Discord Bot: Unused import statement 'import discord
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Creating Discord Bot: Unused import statement 'import discord
#1
Hi everyone,

I'm trying to create a bot in Discord, using these tutorials
1.https://realpython.com/how-to-make-a-discord-bot-python/
2.https://www.youtube.com/watch?v=nW8c7vT6Hl4&t=182s

I'm running into an issue when importing Discord.py.
Import Discord
has the error "Unused import statement 'import discord' "
https://imgur.com/uMicV32

I'm new, so I'm very unsure what the issue is. I have the latest version of Pip and Python, and I've installed Discord.py via py -3 -m pip install -U discord.py in Terminal, and got two libraries
LIBRARIES BELOW IF NEEDED:
https://drive.google.com/open?id=1BzSemJ...S3VnrSIGQU

I've been told to switch the interpreter, but I'm unsure what to do with that (Or if its even pertinent).

If you have a solution, please let me know. Thanks in advance!
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  I'm trying to import a dataset into a Jupyter Notebook Hisilat03 0 666 Mar-24-2025, 09:26 AM
Last Post: Hisilat03
  beginner doesn't understand import cimerio 3 458 Feb-12-2025, 05:02 PM
Last Post: cimerio
  Python: How to import data from txt, instead of running the data from the code? Melcu54 1 581 Dec-13-2024, 06:50 AM
Last Post: Gribouillis
  python 3.13 : import whois HansieB 1 584 Nov-30-2024, 02:58 PM
Last Post: snippsat
Question [SOLVED] Why "import foo" + "from foo import bar"? Winfried 4 1,194 Nov-26-2024, 08:13 AM
Last Post: Winfried
  import data (.csv) into Jupyter notebook oranstprotonme 2 1,122 Aug-14-2024, 07:08 PM
Last Post: oranstprotonme
  'import requests' problem Curbie 2 749 Aug-14-2024, 01:04 AM
Last Post: Curbie
  import a function from another file using relative path paul18fr 6 2,625 Aug-01-2024, 06:40 AM
Last Post: paul18fr
Bug Python 3.12 cannot import local python files as modules sunflowerdog 25 16,788 Jul-31-2024, 01:52 PM
Last Post: sunflowerdog
  ImportError: cannot import name 'scipy_namespace_for' from 'scipy._lib._array_api' AgileAVS 0 1,646 Jul-15-2024, 08:45 AM
Last Post: AgileAVS

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020