Add guild_events and command_events to auto_load list

This commit is contained in:
Dustin Pianalto 2019-12-16 16:26:45 -09:00
parent 4c6e16d043
commit 5340310ac0

View File

@ -4,6 +4,8 @@
"exec", "exec",
"message_events", "message_events",
"user_events", "user_events",
"guild_events",
"command_events",
"tickets", "tickets",
"inspect" "inspect"
] ]