format
This commit is contained in:
parent
d6eba39a08
commit
30a9d2321b
@ -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 = []
|
||||
|
Loading…
x
Reference in New Issue
Block a user