diff options
| author | 2020-06-01 07:55:49 +0300 | |
|---|---|---|
| committer | 2020-06-01 07:55:49 +0300 | |
| commit | 00f52a15c67fa2a8dc9dc87769ba56cff9e2cdf4 (patch) | |
| tree | ef69f265775c2a9cd310b6cbd157f715cf413238 | |
| parent | Source: Include tag into converter's `BadArgument` raising (diff) | |
Tags: Add tag file location storage to cache
| -rw-r--r-- | bot/cogs/tags.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bot/cogs/tags.py b/bot/cogs/tags.py index 6f03a3475..571c0ed28 100644 --- a/bot/cogs/tags.py +++ b/bot/cogs/tags.py @@ -47,6 +47,7 @@ class Tags(Cog): "description": file.read_text(encoding="utf8"), }, "restricted_to": "developers", + "location": str(file) } # Convert to a list to allow negative indexing. |