Skip to content

Commit

Permalink
Update registry url
Browse files Browse the repository at this point in the history
  • Loading branch information
raidensakura committed Jun 23, 2024
1 parent ed12034 commit b150532
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cogs/plugins.py
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ async def cog_load(self):
logger.info("Plugins not loaded since ENABLE_PLUGINS=false.")

async def populate_registry(self):
url = "https://raw.githubusercontent.com/raidensakura/modmail/stable/plugins/registry.json"
url = "https://raw.githubusercontent.com/raidensakura/modmail/stable/REGISTRY.json"
try:
async with self.bot.session.get(url) as resp:
self.registry = json.loads(await resp.text())
Expand Down

0 comments on commit b150532

Please sign in to comment.