EinsteinBot icon indicating copy to clipboard operation
EinsteinBot copied to clipboard

Issue when trying to first start

Open exploitpanda opened this issue 3 years ago • 1 comments

I have tried pip install -r requirements.txt and followed all the steps. I am running on a raspberry pi 4 with python 3.8 installed. I am getting this:

Traceback (most recent call last): File "bot.py", line 3, in import discord ModuleNotFoundError: No module named 'discord'

Let me know what I can do.

exploitpanda avatar Oct 10 '22 05:10 exploitpanda

you need to pip install discord.py

leonordaluma avatar Nov 10 '22 06:11 leonordaluma