diff options
author | 2022-09-18 18:57:16 +0100 | |
---|---|---|
committer | 2022-09-18 18:57:16 +0100 | |
commit | 49909a3165344b0fdbd81300cc752327e08f0ff5 (patch) | |
tree | ba23f6a772d1b800f071b87940124538486d1ee5 /pydis_site | |
parent | update the RulesView class' docstrings (diff) |
replace sweet with "sweets" to refer more to candy
Diffstat (limited to 'pydis_site')
-rw-r--r-- | pydis_site/apps/api/views.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pydis_site/apps/api/views.py b/pydis_site/apps/api/views.py index 3cb7e8bd..2c5343de 100644 --- a/pydis_site/apps/api/views.py +++ b/pydis_site/apps/api/views.py @@ -43,7 +43,7 @@ class RulesView(APIView): bot's `!rule` command >>> [ - ... ("Eat candy.", ["candy", "sweet"]), + ... ("Eat candy.", ["candy", "sweets"]), ... ("Wake up at 4 AM.", ["wake_up", "early", "early_bird"]), ... ("Take your medicine.", ["medicine", "health"]) ... ] |