diff --git a/bot/src/cogs/projects.py b/bot/src/cogs/projects.py index 0b215f3..2ce68e9 100644 --- a/bot/src/cogs/projects.py +++ b/bot/src/cogs/projects.py @@ -273,7 +273,7 @@ async def link( break discord_webhook = await project_text_channel.create_webhook( - name=f"GitHub Updates (appventure-nush/{project_name})" + name=f"GitHub Updates (appventure-nush/{repo.name})" ) webhook_url = f"{discord_webhook.url}/github" github_webhook = repo.create_hook(