diff --git a/app/cogs/markov.py b/app/cogs/markov.py index f7120399..fcafd7ba 100644 --- a/app/cogs/markov.py +++ b/app/cogs/markov.py @@ -17,9 +17,7 @@ class Markov(commands.Cog): @option("User", description="Choose a member", input_type="user") async def markov(self, ctx: commands.Context, user: discord.Member): await ctx.defer() - temp_message = await ctx.followup.send( - "Just a moment, generating autism" - ) + temp_message = await ctx.followup.send("Just a moment, generating autism") # Get messages from passed in user authors_mesages = []