Update
This commit is contained in:
parent
5e828fc078
commit
78b457821a
1 changed files with 1 additions and 1 deletions
|
@ -100,7 +100,7 @@ class wordpress(commands.Cog):
|
|||
description="create a blog post",
|
||||
)
|
||||
async def blog(self, interaction: nextcord.Interaction):
|
||||
await interaction.response.send_modal(BlogModal("https://pastablog.insertapp.net/wp-json/wp/v2/posts",self.bot.blogcredentials))
|
||||
await interaction.response.send_modal(BlogModal("https://blog.pastaland.org/wp-json/wp/v2/posts",self.bot.blogcredentials))
|
||||
|
||||
def setup(bot: commands.Bot):
|
||||
bot.add_cog(wordpress(bot))
|
Loading…
Reference in a new issue