aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Andi Qu <[email protected]>2020-10-27 11:20:21 +0200
committerGravatar Andi Qu <[email protected]>2020-10-27 11:20:21 +0200
commit242dd0cd2f72bc228eba03a58f3e084f3b144f28 (patch)
tree9cb3fec8853963f053191480ef5e0f1717cbaadd
parentSplit up refs into branches and tags (diff)
parentUpdate bot/cogs/code_snippets.py (diff)
Merge branch 'master' of https://github.com/dolphingarlic/bot
-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.
"""