diff options
| -rw-r--r-- | bot/cogs/moderation/silence.py | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/bot/cogs/moderation/silence.py b/bot/cogs/moderation/silence.py index d5b9621d2..08f3973b0 100644 --- a/bot/cogs/moderation/silence.py +++ b/bot/cogs/moderation/silence.py @@ -123,7 +123,7 @@ class Silence(Scheduler, commands.Cog):          await self._get_instance_vars_event.wait()          log.debug(f"Unsilencing channel #{ctx.channel} from {ctx.author}'s command.")          if not await self._unsilence(ctx.channel): -            await ctx.send(f"{Emojis.cross_mark} current channel is not silenced.") +            await ctx.send(f"{Emojis.cross_mark} current channel was not silenced.")          else:              await ctx.send(f"{Emojis.check_mark} unsilenced current channel.") | 
