This commit is contained in:
Luke Robles 2023-07-05 18:50:12 -07:00
parent fb3e27a9c7
commit 4df876ce40

View File

@ -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 = []