This commit is contained in:
insert 2024-08-05 17:49:55 -04:00
parent 6bca58c437
commit 7927709a62
Signed by: insert
GPG key ID: A70775C389ACF105

View file

@ -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):