aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--bot/cogs/code_snippets.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/cogs/code_snippets.py b/bot/cogs/code_snippets.py
index 77c0ede42..3d38ef1c3 100644
--- a/bot/cogs/code_snippets.py
+++ b/bot/cogs/code_snippets.py
@@ -176,7 +176,7 @@ BITBUCKET_RE = re.compile(
class CodeSnippets(Cog):
"""
- Cog that prints out snippets to Discord.
+ Cog that parses and sends code snippets to Discord.
Matches each message against a regex and prints the contents of all matched snippets.
"""