Skip to content

Commit 7c2875c

Browse files
committed
Lock registry version
1 parent be14cca commit 7c2875c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cogs/plugins.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ def __init__(self, bot):
131131
logger.info("Plugins not loaded since ENABLE_PLUGINS=false.")
132132

133133
async def populate_registry(self):
134-
url = "https://raw.githubusercontent.com/kyb3r/modmail/master/plugins/registry.json"
134+
url = "https://raw.githubusercontent.com/kyb3r/modmail/be14cca89742cd691f6b91f0d0931a074ad81e3b/plugins/registry.json"
135135
async with self.bot.session.get(url) as resp:
136136
self.registry = json.loads(await resp.text())
137137

0 commit comments

Comments
 (0)