RELIHR / Discord-Status-Rotator

This script allows you to change the status (rotator) of your Discord account. Please Star ⭐
MIT License
9 stars 3 forks source link

help me eerror #4

Closed Tofek12222 closed 5 hours ago

Tofek12222 commented 6 days ago

Traceback (most recent call last): File "c:\Users\crsg2\Downloads\Discord-Status-Rotator-main\main.py", line 58, in
config = load_config() ^^^^^^^^^^^^^ File "c:\Users\crsg2\Downloads\Discord-Status-Rotator-main\main.py", line 50, in load_config with open("config.json", "r") as file: ^^^^^^^^^^^^^^^^^^^^^^^^ FileNotFoundError: [Errno 2] No such file or directory: 'config.json'

RELIHR commented 3 days ago

It seems that you do not have the config.json file with the other files, you can create it and put the content there:

{ "token": "discord-account-token", "status_sequence": ["online", "idle", "dnd"], "clear_enabled": true, "clear_interval": 15, "speed_rotator": 5 }