fix(moderation): fixed importing reasons again
Some checks failed
Pylint / Pylint (3.10) (push) Failing after 47s

This commit is contained in:
Seaswimmer 2023-12-17 13:04:08 -05:00
parent e1d84dfc4b
commit 855c3845ef
Signed by: cswimr
GPG key ID: 1EBC234EEDA901AE

View file

@ -1475,7 +1475,7 @@ class Moderation(commands.Cog):
resolved_reason = 'NULL'
changes = []
if case['reason']:
if case['reason'] and case['reason'] != "N/A":
reason = case['reason']
else:
reason = "NULL"