From 7927709a6277eeba9f483e7248e3b812f91d7554 Mon Sep 17 00:00:00 2001 From: insert Date: Mon, 5 Aug 2024 17:49:55 -0400 Subject: [PATCH] update --- wordpress.py | 1 + 1 file changed, 1 insertion(+) diff --git a/wordpress.py b/wordpress.py index d1ac3ab..375f64d 100644 --- a/wordpress.py +++ b/wordpress.py @@ -85,6 +85,7 @@ class wordpress(commands.Cog): description="create a blog post", ) async def blog(self, inter: disnake.ApplicationCommandInteraction): + print(self.bot.blogendpoint) await inter.response.send_modal(modal=ApplicationModal(self.bot.blogendpoint,self.bot.blogcredentials)) def setup(bot: commands.Bot):