No differences

This commit is contained in:
bobloy 2021-03-25 10:57:35 -04:00
parent 1319d98972
commit db24bb4db4

View File

@ -262,7 +262,9 @@ class Chatter(Cog):
await self.config.guild(ctx.guild).reply.set(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:
await ctx.maybe_send_embed(
"I will not reply to your message if conversation continuity is not present, anymore"