From ad78da16da5554900d7a52c2942b3aa25e50898d Mon Sep 17 00:00:00 2001 From: insert Date: Mon, 5 Aug 2024 18:24:51 -0400 Subject: [PATCH] update --- wordpress.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wordpress.py b/wordpress.py index d1ac3ab..67954f1 100644 --- a/wordpress.py +++ b/wordpress.py @@ -85,7 +85,7 @@ class wordpress(commands.Cog): description="create a blog post", ) async def blog(self, inter: disnake.ApplicationCommandInteraction): - await inter.response.send_modal(modal=ApplicationModal(self.bot.blogendpoint,self.bot.blogcredentials)) + await inter.response.send_modal(modal=ApplicationModal("https://pastablog.insertapp.net/wp-json/wp/v2/posts",self.bot.blogcredentials)) def setup(bot: commands.Bot): bot.add_cog(wordpress(bot)) \ No newline at end of file