This commit is contained in:
insert 2024-12-26 12:00:56 -05:00
parent 5e828fc078
commit 78b457821a
Signed by: insert
GPG key ID: A70775C389ACF105

View file

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