Skip to content

Commit

Permalink
fix naming issue
Browse files Browse the repository at this point in the history
  • Loading branch information
squi-ddy committed Jan 27, 2024
1 parent 7e5cdde commit 1897037
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bot/src/cogs/projects.py
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 1897037

Please sign in to comment.