aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar ks129 <[email protected]>2020-05-20 16:38:56 +0300
committerGravatar ks129 <[email protected]>2020-05-20 16:38:56 +0300
commitdc96a187cf7af6d4d1d39a325e3ffad67d3549a5 (patch)
tree632b3bab95957c1726909223666bb65049d270d8
parentSource: Rename cog + move checks status from footer to field (diff)
Source: Fix description of cog
-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