Skip to content

Commit

Permalink
remove unused config
Browse files Browse the repository at this point in the history
  • Loading branch information
greeeen-dev committed Sep 24, 2024
1 parent a7f999b commit 139b878
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion boot/installer.py
Original file line number Diff line number Diff line change
Expand Up @@ -142,12 +142,12 @@ async def on_ready():
config = tomli.load(file)

config['roles']['owner'] = user_id
config['moderation']['home_guild'] = server_id

with open('config.toml', 'wb') as file:
tomli_w.dump(config, file)

with open('.install.json','w+') as file:
# noinspection PyTypeChecker
json.dump(
{
'product': internal["product"],
Expand Down

0 comments on commit 139b878

Please sign in to comment.