From ee012bfd77768f6ec4f38aa6d949d19697c6c8c7 Mon Sep 17 00:00:00 2001 From: jak1 Date: Mon, 6 Apr 2020 16:28:46 +0200 Subject: moved shop configuration to config/ | added manachat.ini.tamplate --- plugins/shop.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'plugins/shop.py') diff --git a/plugins/shop.py b/plugins/shop.py index be66cea..cf8a113 100755 --- a/plugins/shop.py +++ b/plugins/shop.py @@ -27,8 +27,8 @@ PLUGIN = { 'blocks': (), 'default_config' : { 'timeout' : 60, - 'shoplist_txt' : 'shoplist.txt', - 'admins_file' : 'shopAdmins.txt' + 'shoplist_txt' : 'config/shoplist.txt', + 'admins_file' : 'config/shopAdmins.txt' } } -- cgit v1.2.3-70-g09d2