This commit is contained in:
2019-12-01 12:42:05 +01:00
parent 886c0c95e4
commit d30ed21de2
3 changed files with 12 additions and 12 deletions

View File

@@ -166,7 +166,7 @@ def _main():
simple_bot_token = input("Enter bot token:\t\t")
with open(
f'{path}/secrets.py',
'a' # Append to file, create if it does not exist
'a' # Append to file, create it if it does not exist
) as secrets_file:
secrets_file.write(f'simple_bot_token = "{simple_bot_token}"\n')