aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Andi Qu <[email protected]>2020-10-27 11:17:26 +0200
committerGravatar GitHub <[email protected]>2020-10-27 11:17:26 +0200
commit28dfd8278a8ee24fb26bc5359729ca0ed0307632 (patch)
tree5d3e9b23dbd6f92ce616e11386f8ffce43336e49
parentRenamed snippet_to_md and wrote a better docstring (diff)
Update bot/cogs/code_snippets.py
Co-authored-by: Leon Sandøy <[email protected]>
-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 dda4d185f..d5424ea15 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.
"""