diff options
author | 2020-10-27 11:17:26 +0200 | |
---|---|---|
committer | 2020-10-27 11:17:26 +0200 | |
commit | 28dfd8278a8ee24fb26bc5359729ca0ed0307632 (patch) | |
tree | 5d3e9b23dbd6f92ce616e11386f8ffce43336e49 | |
parent | Renamed 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.py | 2 |
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. """ |