From f8f19a03fb94699849e2d631b2653e2ac1172311 Mon Sep 17 00:00:00 2001 From: Paillat Date: Tue, 6 Dec 2022 21:45:48 +0100 Subject: [PATCH] Update code.py --- code/code.py | 1 - 1 file changed, 1 deletion(-) diff --git a/code/code.py b/code/code.py index 2eb7976..50bf1d0 100644 --- a/code/code.py +++ b/code/code.py @@ -435,7 +435,6 @@ async def transcript(ctx, channel: discord.TextChannel = None): messages.reverse() transcript = "" #defer the response - await ctx.defer() for msg in messages: if msg.author.bot: transcript += f"Botator: {msg.content}\n"