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
When i git clone the repo and then edit the example_config.toml and then install the requirement and run the main.py file i get this error saying
Traceback (most recent call last): File "/home/jivesh/WhiteFlow/Source/main.py", line 7, in <module> from internal.botbase import Bot File "/home/jivesh/WhiteFlow/Source/internal/botbase.py", line 9, in <module> from DankCord.objects import Message, Button, Dropdown ModuleNotFoundError: No module named 'DankCord.objects'
Also the requirements.txt is incomplete
It lacks these packages (separated by a space) websocket-client websocket orjson requests
The text was updated successfully, but these errors were encountered:
Running the bot gives a lot of errors and doesn't work so if you want to run the autofarmer then you gotta wait for the development to finish or fix the issues yourself.
When i git clone the repo and then edit the example_config.toml and then install the requirement and run the main.py file i get this error saying
Traceback (most recent call last): File "/home/jivesh/WhiteFlow/Source/main.py", line 7, in <module> from internal.botbase import Bot File "/home/jivesh/WhiteFlow/Source/internal/botbase.py", line 9, in <module> from DankCord.objects import Message, Button, Dropdown ModuleNotFoundError: No module named 'DankCord.objects'
Also the requirements.txt is incomplete
It lacks these packages (separated by a space)
websocket-client websocket orjson requests
The text was updated successfully, but these errors were encountered: