I'm trying to run an idle file in python 3.8.2... An error keeps popping up and says "No module named 'discord'". I'm trying to make a discord bot, but IDLE can't seem to find a module called discord. It keeps highlighting the import discord
statement on line 1.
Asked
Active
Viewed 659 times
0

bad
- 1
-
Did you install discord through pip? – Hamza Hathoute Mar 08 '20 at 18:49
-
I just did and it worked thx – bad Mar 08 '20 at 18:58
-
Does this answer your question? [ImportError: No module named requests](https://stackoverflow.com/questions/17309288/importerror-no-module-named-requests) – striking Mar 08 '20 at 21:33
1 Answers
1
I guess you didn't installed discord module. Please install it using "pip install discord"

j suman
- 127
- 4