Merubokkusu / discord-spam-bots

Discord spam bots with multiple account support, account creator, auto-join, proxies, mass direct message and more.
MIT License
462 stars 197 forks source link

module 'aiohhttp' has no attribute ProxyConnector #64

Closed eldrago4 closed 3 years ago

eldrago4 commented 3 years ago

Describe the bug Traceback (most recent call last): File "bots/DM/discord_text_spam_dm.py", line 24, in conn = aiohttp.ProxyConnector(proxy="http://"+sys.argv[3]) AttributeError: module 'aiohttp' has no attribute 'ProxyConnector'

To Reproduce Steps to reproduce the behavior:

  1. Go to 'start.py'
  2. After your tokens are loaded select 4.dm spammer After this the following error shows up Traceback (most recent call last): File "bots/DM/discord_text_spam_dm.py", line 24, in conn = aiohttp.ProxyConnector(proxy="http://"+sys.argv[3]) AttributeError: module 'aiohttp' has no attribute 'ProxyConnector'

Expected behavior it should spam the dm of server members

Screenshots https://ibb.co/gzVpKmB

Desktop (please complete the following information):

Merubokkusu commented 3 years ago

Discord has blocked self bots, this bot used Discord.py which has also blocked selfbots. This has been ported to a new API made by arandomnewaccount and I. Please update the script.