aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar ks129 <[email protected]>2020-06-01 07:55:49 +0300
committerGravatar ks129 <[email protected]>2020-06-01 07:55:49 +0300
commit00f52a15c67fa2a8dc9dc87769ba56cff9e2cdf4 (patch)
treeef69f265775c2a9cd310b6cbd157f715cf413238
parentSource: Include tag into converter's `BadArgument` raising (diff)
Tags: Add tag file location storage to cache
-rw-r--r--bot/cogs/tags.py1
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.