diff --git a/giphy.py b/giphy.py index d21d2de..91efee3 100644 --- a/giphy.py +++ b/giphy.py @@ -54,4 +54,4 @@ async def handler(self, evt: MessageEvent, search_term: str) -> None: gif_link = gif.get("url") if gif_exists: - await evt.reply(gif_link, html_in_markdown=True) # Reply to user + await evt.reply(gif_link, allow_html=True) # Reply to user diff --git a/maubot.yaml b/maubot.yaml index 21f773d..befefd1 100644 --- a/maubot.yaml +++ b/maubot.yaml @@ -9,7 +9,7 @@ maubot: 0.1.0 id: casavant.tom.giphy # A PEP 440 compliant version string. -version: 1.0.3 +version: 1.0.4 # The SPDX license identifier for the plugin. https://spdx.org/licenses/ # Optional, assumes all rights reserved if omitted.