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