diff options
| author | 2021-03-10 20:36:06 +0200 | |
|---|---|---|
| committer | 2021-03-10 20:36:06 +0200 | |
| commit | f6b608a977406810d95e4a1dfccbb915bf62268e (patch) | |
| tree | 8ab8cfa0a2e9045133d8dd0aeea48c94bcf825b3 | |
| parent | Make talentpool a package and move cog load to __init__.py (diff) | |
Add __init__.py to recruitment
Make it a package as well so that the talentpool actually loads.
| -rw-r--r-- | bot/exts/recruitment/__init__.py | 0 |
1 files changed, 0 insertions, 0 deletions
diff --git a/bot/exts/recruitment/__init__.py b/bot/exts/recruitment/__init__.py new file mode 100644 index 000000000..e69de29bb --- /dev/null +++ b/bot/exts/recruitment/__init__.py |