diff --git a/wordpress.py b/wordpress.py index 2b0880f..de58e3d 100644 --- a/wordpress.py +++ b/wordpress.py @@ -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)) \ No newline at end of file