update 8-05-24 17:47
This commit is contained in:
parent
510f4f2c33
commit
6bca58c437
1 changed files with 1 additions and 1 deletions
|
@ -85,7 +85,7 @@ class wordpress(commands.Cog):
|
||||||
description="create a blog post",
|
description="create a blog post",
|
||||||
)
|
)
|
||||||
async def blog(self, inter: disnake.ApplicationCommandInteraction):
|
async def blog(self, inter: disnake.ApplicationCommandInteraction):
|
||||||
await inter.response.send_modal(modal=ApplicationModal(self.bot.blog.endpoint,self.bot.blog.credentials))
|
await inter.response.send_modal(modal=ApplicationModal(self.bot.blogendpoint,self.bot.blogcredentials))
|
||||||
|
|
||||||
def setup(bot: commands.Bot):
|
def setup(bot: commands.Bot):
|
||||||
bot.add_cog(wordpress(bot))
|
bot.add_cog(wordpress(bot))
|
Loading…
Reference in a new issue