From f889f5a26abeea1299b7aef1663507e2508a02b4 Mon Sep 17 00:00:00 2001 From: "Dusty.P" Date: Sat, 5 May 2018 19:06:20 -0800 Subject: [PATCH] Updated Auto Load list --- config/bot_config.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/config/bot_config.json b/config/bot_config.json index c945089..b2edc15 100644 --- a/config/bot_config.json +++ b/config/bot_config.json @@ -1,6 +1,8 @@ { "load_list": [ "admin", - "uploader" + "uploader", + "utils", + "git" ] }