Whatever this commit is
This commit is contained in:
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…
x
Reference in New Issue
Block a user