diff options
author | 2021-06-30 22:55:25 +0200 | |
---|---|---|
committer | 2021-07-06 02:02:13 +0200 | |
commit | 08c068ef8f8ccc43c576ec653f250a67d7458438 (patch) | |
tree | 97aaf5ae5773b8aa32d0df615c26d5cc4766b306 | |
parent | Fix tests (diff) |
Update outdated docstring
The saving functionality has not been present on the bot for a while
-rw-r--r-- | bot/exts/info/tags.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/exts/info/tags.py b/bot/exts/info/tags.py index 01d0b97fa..1847fa240 100644 --- a/bot/exts/info/tags.py +++ b/bot/exts/info/tags.py @@ -117,7 +117,7 @@ def _fuzzy_search(search: str, target: str) -> float: class Tags(Cog): - """Save new tags and fetch existing tags.""" + """Fetch tags by name or content.""" def __init__(self, bot: Bot): self.bot = bot |