From bcdb3a77690e1e224225627f085d86689353e1cb Mon Sep 17 00:00:00 2001 From: Hassan Abouelela Date: Mon, 21 Feb 2022 12:58:10 +0000 Subject: Port many utilities from bot --- botcore/exts/__init__.py | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 botcore/exts/__init__.py (limited to 'botcore/exts') 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__)) -- cgit v1.2.3