Advertisement
swimmerhair

Swimbot Error

Dec 10th, 2020
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.69 KB | None | 0 0
  1. Traceback (most recent call last):
  2.   File "C:\Users\swimm\AppData\Local\Programs\Python\Python37\lib\site-packages\discord\ext\commands\core.py", line 85, in wrapped
  3.     ret = await coro(*args, **kwargs)
  4.   File "c:\Users\swimm\OneDrive\Desktop\Swimbot\swimbot_manager.py", line 66, in test
  5.     count = await COC.swimbot(input=None).count
  6.   File "c:\Users\swimm\OneDrive\Desktop\Swimbot\COC.py", line 181, in count
  7.     count = int(await accounts.count_documents())
  8.   File "C:\Users\swimm\AppData\Local\Programs\Python\Python37\lib\concurrent\futures\thread.py", line 57, in run
  9.     result = self.fn(*self.args, **self.kwargs)
  10. TypeError: count_documents() missing 1 required positional argument: 'filter'
  11.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement