aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--bot/exts/moderation/alts.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/bot/exts/moderation/alts.py b/bot/exts/moderation/alts.py
index 64e0310fe..57d67d2d2 100644
--- a/bot/exts/moderation/alts.py
+++ b/bot/exts/moderation/alts.py
@@ -29,6 +29,7 @@ class AlternateAccounts(commands.Cog):
errors = ", ".join(
resp_json.get("non_field_errors", []) +
resp_json.get("source", []) +
+ resp_json.get("target", []) +
resp_json.get("detail", [])
)
if errors: