Add punctuation

This commit is contained in:
Luke Murphy 2021-01-16 12:29:37 +01:00
parent c1c778af66
commit f3b9010542
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 1 additions and 1 deletions

View File

@ -419,7 +419,7 @@ class GlossBot(Bot):
"""
def group(self, message):
"""Handle glossary commands"""
"""Handle glossary commands."""
if "!add" in message.body:
try:
_, body = message.body.split(":!add")