From fbd9fe7a11f7359b99327a53f6d40d2a1d5b0893 Mon Sep 17 00:00:00 2001 From: Paillat Date: Thu, 8 Dec 2022 13:06:06 +0100 Subject: [PATCH] Update code.py --- code/code.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/code.py b/code/code.py index d824ea5..48a9cd7 100644 --- a/code/code.py +++ b/code/code.py @@ -439,7 +439,7 @@ async def transcript(ctx, channel_send: discord.TextChannel = None): messages.reverse() transcript = "" #defer the response - await ctx.defer() #defer the response so that the bot doesn't say that it's thinking + await ctx.defer() #defer the response so that the bot doesn't say that it's thinking for msg in messages: if msg.author.bot: transcript += f"Botator: {msg.content}\n"