diff options
Diffstat (limited to 'code/global_variables.py')
-rw-r--r-- | code/global_variables.py | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/code/global_variables.py b/code/global_variables.py index 1bb4a7a..2fce67d 100644 --- a/code/global_variables.py +++ b/code/global_variables.py @@ -30,11 +30,7 @@ except FileNotFoundError: "BOT_COLOR": "", } - config["LAVALINK"] = { - "HOST": "", - "PORT": "", - "PASSWORD": "" - } + config["LAVALINK"] = {"HOST": "", "PORT": "", "PASSWORD": ""} with open("config.ini", "w") as configfile: config.write(configfile) |