We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be14cca commit 7c2875cCopy full SHA for 7c2875c
cogs/plugins.py
@@ -131,7 +131,7 @@ def __init__(self, bot):
131
logger.info("Plugins not loaded since ENABLE_PLUGINS=false.")
132
133
async def populate_registry(self):
134
- url = "https://raw.githubusercontent.com/kyb3r/modmail/master/plugins/registry.json"
+ url = "https://raw.githubusercontent.com/kyb3r/modmail/be14cca89742cd691f6b91f0d0931a074ad81e3b/plugins/registry.json"
135
async with self.bot.session.get(url) as resp:
136
self.registry = json.loads(await resp.text())
137
0 commit comments