We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2af70e2 commit 7bf3659Copy full SHA for 7bf3659
1 file changed
red_githubbot/discord_webhook.py
@@ -225,7 +225,7 @@ def _update_title_component(self) -> None:
225
self._title_component.content = ""
226
return
227
text = f"[{self._title}]({self._url})" if self._url else self._title
228
- self._title_component = f"### {text}"
+ self._title_component.content = f"### {text}"
229
230
@property
231
def title(self) -> str:
0 commit comments