added feedback message in force_blog

This commit is contained in:
phixxy 2024-01-25 02:07:35 -08:00
parent 4244d0e9ad
commit 8d119840ac

View file

@ -257,6 +257,7 @@ class PhixxyCom(commands.Cog):
@commands.command() @commands.command()
async def force_blog(self, ctx): async def force_blog(self, ctx):
await ctx.send("Forcing blog generation")
await self.generate_blog() await self.generate_blog()
@commands.command( @commands.command(