diff options
author | 2021-09-05 21:00:20 +0100 | |
---|---|---|
committer | 2021-09-05 21:00:20 +0100 | |
commit | ec08a75bec11c032911a07b358448086407c7fe1 (patch) | |
tree | b66d30035c89c32ac5b5e051ba4a742ef4c78159 | |
parent | Merge pull request #851 from python-discord/lance-restructure (diff) |
Add a missing __init__.py causing event cogs not to load
-rw-r--r-- | bot/exts/events/__init__.py | 0 |
1 files changed, 0 insertions, 0 deletions
diff --git a/bot/exts/events/__init__.py b/bot/exts/events/__init__.py new file mode 100644 index 00000000..e69de29b --- /dev/null +++ b/bot/exts/events/__init__.py |