diff options
Diffstat (limited to '')
| -rw-r--r-- | bot/cogs/moderation/modlog.py | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/bot/cogs/moderation/modlog.py b/bot/cogs/moderation/modlog.py index 4fbe39d7f..6ce83840d 100644 --- a/bot/cogs/moderation/modlog.py +++ b/bot/cogs/moderation/modlog.py @@ -653,9 +653,9 @@ class ModLog(Cog, name="ModLog"):          for index, (diff_type, words) in enumerate(diff_groups):              sub = ' '.join(words)              if diff_type == '-': -                _before = _before.replace(sub, f"[{sub}](http://.z)") +                _before = _before.replace(sub, f"[{sub}](http://o.hi)")              elif diff_type == '+': -                _after = _after.replace(sub, f"[{sub}](http://.z)") +                _after = _after.replace(sub, f"[{sub}](http://o.hi)")              else:                  if len(words) > 2:                      new = (f"{words[0] if index > 0 else ''}" | 
