fix(moderation): fixed importing reasons again
Some checks failed
Pylint / Pylint (3.10) (push) Failing after 47s
Some checks failed
Pylint / Pylint (3.10) (push) Failing after 47s
This commit is contained in:
parent
e1d84dfc4b
commit
855c3845ef
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue