You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When starting botHandler.py, an attributeerror occurs.
To Reproduce
Steps to reproduce the behavior:
Make your own fork of main
Create a Github codespace on main
Complete beforehand steps like installing requirements.txt and setup.py (however to solve another bug you must change aiohttp's version from 3.8.6 to 3.11.10)
Run the botHandler with the command "python3 botHandler.py"
AttributeError: module 'pymongo' has no attribute 'collection'. Did you mean: 'collation'?
Expected behavior
I expected the bot to start, and I could enter discord and use the server scout.
Screenshots
Desktop (please complete the following information):
OS: Github codespace
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
Describe the bug
When starting botHandler.py, an attributeerror occurs.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
I expected the bot to start, and I could enter discord and use the server scout.
Screenshots

Desktop (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: