No differences
This commit is contained in:
parent
1319d98972
commit
db24bb4db4
@ -262,7 +262,9 @@ class Chatter(Cog):
|
|||||||
await self.config.guild(ctx.guild).reply.set(toggle)
|
await self.config.guild(ctx.guild).reply.set(toggle)
|
||||||
|
|
||||||
if toggle:
|
if toggle:
|
||||||
await ctx.maybe_send_embed("I will now respond to you if conversation continuity is not present")
|
await ctx.maybe_send_embed(
|
||||||
|
"I will now respond to you if conversation continuity is not present"
|
||||||
|
)
|
||||||
else:
|
else:
|
||||||
await ctx.maybe_send_embed(
|
await ctx.maybe_send_embed(
|
||||||
"I will not reply to your message if conversation continuity is not present, anymore"
|
"I will not reply to your message if conversation continuity is not present, anymore"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user