Typos
This commit is contained in:
@@ -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')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user