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