From 9fba3f1a766a62ed2c2bb06a0415cb5339f24121 Mon Sep 17 00:00:00 2001 From: "Dusty.P" Date: Sat, 5 May 2018 20:59:29 -0800 Subject: [PATCH] Add Events to auto load list --- config/bot_config.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config/bot_config.json b/config/bot_config.json index b2edc15..5ed4e66 100644 --- a/config/bot_config.json +++ b/config/bot_config.json @@ -3,6 +3,7 @@ "admin", "uploader", "utils", - "git" + "git", + "events" ] }