aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--bot/cogs/source.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/cogs/source.py b/bot/cogs/source.py
index 972507762..5b8d8ded2 100644
--- a/bot/cogs/source.py
+++ b/bot/cogs/source.py
@@ -37,7 +37,7 @@ class SourceConverter(Converter):
class BotSource(Cog):
- """Cog of Python Discord projects source information."""
+ """Cog of Python Discord Python bot project source information."""
def __init__(self, bot: Bot):
self.bot = bot