This commit is contained in:
insert 2024-08-05 18:03:19 -04:00
parent 0c2152bbc3
commit 2f1de06a60
Signed by: insert
GPG key ID: A70775C389ACF105

View file

@ -85,8 +85,7 @@ class wordpress(commands.Cog):
description="create a blog post",
)
async def blog(self, inter: disnake.ApplicationCommandInteraction):
await inter.response.send_message(self.bot.blogendpoint + " " + self.bot.blogcredentials, ephemeral=True)
#await inter.response.send_modal(modal=ApplicationModal(self.bot.blogendpoint,self.bot.blogcredentials))
await inter.response.send_modal(modal=ApplicationModal(self.bot.blogendpoint,self.bot.blogcredentials))
def setup(bot: commands.Bot):
bot.add_cog(wordpress(bot))