aboutsummaryrefslogtreecommitdiffstats
path: root/botcore/exts
diff options
context:
space:
mode:
Diffstat (limited to 'botcore/exts')
-rw-r--r--botcore/exts/__init__.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/botcore/exts/__init__.py b/botcore/exts/__init__.py
deleted file mode 100644
index afd56166..00000000
--- a/botcore/exts/__init__.py
+++ /dev/null
@@ -1,4 +0,0 @@
-"""Reusable Discord cogs."""
-__all__ = []
-
-__all__ = list(map(lambda module: module.__name__, __all__))