0

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.

bad
  • 1

1 Answers1

1

I guess you didn't installed discord module. Please install it using "pip install discord"

j suman
  • 127
  • 4