Skip to content
This repository has been archived by the owner on Jun 18, 2024. It is now read-only.

Commit

Permalink
Update main.py
Browse files Browse the repository at this point in the history
  • Loading branch information
hxr404 committed Jan 5, 2021
1 parent 8f9b2bf commit b14d1e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bot/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ async def on_ready():
RolesJson = open("roles.json", "r+")
except:
RolesJson = open("roles.json", "w+")
json.dump({"roles": []}, RolesJson)
json.dump({{"perms": [], "roles": []}, RolesJson)
RolesJson.seek(0)
# Setup
RJD = json.load(RolesJson)
Expand Down

0 comments on commit b14d1e0

Please sign in to comment.