aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Numerlor <[email protected]>2021-06-30 22:55:25 +0200
committerGravatar Numerlor <[email protected]>2021-07-06 02:02:13 +0200
commit08c068ef8f8ccc43c576ec653f250a67d7458438 (patch)
tree97aaf5ae5773b8aa32d0df615c26d5cc4766b306
parentFix 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.py2
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