diff options
author | 2020-10-27 11:20:21 +0200 | |
---|---|---|
committer | 2020-10-27 11:20:21 +0200 | |
commit | 242dd0cd2f72bc228eba03a58f3e084f3b144f28 (patch) | |
tree | 9cb3fec8853963f053191480ef5e0f1717cbaadd | |
parent | Split up refs into branches and tags (diff) | |
parent | Update bot/cogs/code_snippets.py (diff) |
Merge branch 'master' of https://github.com/dolphingarlic/bot
-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 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. """ |