From 8acbc5d9645e1e23e65d60eb00e929d202c4a3e5 Mon Sep 17 00:00:00 2001 From: bobloy Date: Mon, 15 Mar 2021 15:48:34 -0400 Subject: [PATCH] Whatever this commit is --- chatter/chat.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/chatter/chat.py b/chatter/chat.py index e29c317..500284c 100644 --- a/chatter/chat.py +++ b/chatter/chat.py @@ -620,7 +620,9 @@ class Chatter(Cog): replying = message if future and str(future): - self._last_message_per_channel[ctx.channel.id] = await channel.send(str(future), reference=replying) + self._last_message_per_channel[ctx.channel.id] = await channel.send( + str(future), reference=replying + ) else: await ctx.send(":thinking:")