aboutsummaryrefslogtreecommitdiffstats
path: root/botcore/exts
diff options
context:
space:
mode:
authorGravatar Hassan Abouelela <[email protected]>2022-02-21 12:58:10 +0000
committerGravatar Chris Lovering <[email protected]>2022-02-21 12:58:10 +0000
commitbcdb3a77690e1e224225627f085d86689353e1cb (patch)
treebb21c2fa12e06b9c84142ddd4f1f4260f078b185 /botcore/exts
parentModify Autodoc Formatting (diff)
Port many utilities from bot
Diffstat (limited to 'botcore/exts')
-rw-r--r--botcore/exts/__init__.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/botcore/exts/__init__.py b/botcore/exts/__init__.py
new file mode 100644
index 00000000..029178a9
--- /dev/null
+++ b/botcore/exts/__init__.py
@@ -0,0 +1,4 @@
+"""Reusable discord cogs."""
+__all__ = []
+
+__all__ = list(map(lambda module: module.__name__, __all__))