update
This commit is contained in:
parent
6bca58c437
commit
7927709a62
1 changed files with 1 additions and 0 deletions
|
@ -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):
|
||||
|
|
Loading…
Reference in a new issue