Update URL in Discord Bot (#7306)

This commit is contained in:
Josh Gomez
2025-05-30 14:36:45 -07:00
committed by GitHub
parent e75a604c64
commit 8df81b2753

View File

@ -27,7 +27,7 @@ if len(modified_release_body) > max_length:
# Message to send to Discord
data = {
"content": textwrap.dedent(f'''
**{release_version}** is now available! Check out the latest features and improvements here: <https://zoo.dev/design-studio>
**{release_version}** is now available! Check out the latest features and improvements here: <https://zoo.dev/design-studio/download#added>
{modified_release_body}
'''),