Whatever this commit is

pull/175/head
bobloy 4 years ago
parent 59090b9eaa
commit 8acbc5d964

@ -620,7 +620,9 @@ class Chatter(Cog):
replying = message replying = message
if future and str(future): 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: else:
await ctx.send(":thinking:") await ctx.send(":thinking:")

Loading…
Cancel
Save