mirror of
https://github.com/myned/modufur.git
synced 2024-11-01 13:02:38 +00:00
Change wording to align with existing terms
This commit is contained in:
parent
4b43b4ea6a
commit
65329b81d4
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ except FileNotFoundError:
|
|||
with open('config.json', 'w') as outfile:
|
||||
jsn.dump({'client_id': 0, 'owner_id': 0, 'permissions': 126016,
|
||||
'playing': 'a game', 'prefix': [',', 'm,'], 'selfbot': False, 'token': 'str', 'saucenao_api': 'str'}, outfile, indent=4, sort_keys=True)
|
||||
print('FILE NOT FOUND : config.json created with abstract values. Restart run.py with correct values')
|
||||
print('FILE NOT FOUND : config.json created with default values. Restart run.py with correct values')
|
||||
|
||||
|
||||
def setdefault(filename, default=None, json=False):
|
||||
|
|
Loading…
Reference in a new issue