From b1e189c33555a4b6b4d6ebc6ed3f72f995dd8655 Mon Sep 17 00:00:00 2001 From: Myned Date: Tue, 17 Oct 2017 20:46:43 -0400 Subject: [PATCH] Added m, prefix --- src/main/utils/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/utils/utils.py b/src/main/utils/utils.py index 0259c42..6bd2fd5 100644 --- a/src/main/utils/utils.py +++ b/src/main/utils/utils.py @@ -26,7 +26,7 @@ try: except FileNotFoundError: with open('config.json', 'w') as outfile: jsn.dump({'client_id': 0, 'info_channel': 0, 'owner_id': 0, 'permissions': 126016, - 'playing': 'a game', 'prefix': ',', 'token': 'str'}, outfile, indent=4, sort_keys=True) + 'playing': 'a game', 'prefix': [',', 'm,'], 'token': 'str'}, outfile, indent=4, sort_keys=True) raise FileNotFoundError( 'Config file not found: config.json created with abstract values. Restart run.py with correct values.')