From 5340310ac09c11c00003f80e9b62cbec8fae45de Mon Sep 17 00:00:00 2001 From: Dustin Pianalto Date: Mon, 16 Dec 2019 16:26:45 -0900 Subject: [PATCH] Add guild_events and command_events to auto_load list --- geeksbot/config/bot_config.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/geeksbot/config/bot_config.json b/geeksbot/config/bot_config.json index 6059063..0a46820 100644 --- a/geeksbot/config/bot_config.json +++ b/geeksbot/config/bot_config.json @@ -4,6 +4,8 @@ "exec", "message_events", "user_events", + "guild_events", + "command_events", "tickets", "inspect" ]