Skip to content

Commit d037f6b

Browse files
committed
Fix author url in registry
1 parent c4e1166 commit d037f6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cogs/plugins.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@ def find_index(name):
304304

305305
for name, info in registry:
306306
repo = f"https://github.com/{info['repository']}"
307-
url = f"{repo}/tree/master/name"
307+
url = f"{repo}/tree/master/{name}"
308308

309309
em = discord.Embed(
310310
color=self.bot.main_color,

0 commit comments

Comments
 (0)