hoemotion / discord-mass-dm

A discord program that will send a message to nearly every user in a discord server. Only for educational purposes 🥱🚀
GNU General Public License v3.0
194 stars 76 forks source link

Websocketapp isue #27

Open python-hmv opened 2 years ago

python-hmv commented 2 years ago

Traceback (most recent call last): File "main.py", line 3, in from lib.scrape import scrape File "/home/runner/discord-mass-dm/lib/scrape.py", line 55, in class DiscordSocket(websocket.WebSocketApp): AttributeError: module 'websocket' has no attribute 'WebSocketApp'

S1mp1yDucky commented 2 years ago

Use this to fix:

pip install websocket-client