Skip to content
This repository has been archived by the owner on Mar 13, 2023. It is now read-only.

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
LordOfPolls committed Jul 29, 2022
2 parents 4de88dc + 1f5ba25 commit 9e8eb9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion naff/models/discord/auto_mod.py
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ class AutoModerationAction(ClientObject):
@classmethod
def _process_dict(cls, data: dict, client: "Client") -> dict:
data = super()._process_dict(data, client)
data["action"] = BaseAction.from_dict_factory(data["action"], client)
data["action"] = BaseAction.from_dict_factory(data["action"])
return data

@property
Expand Down

0 comments on commit 9e8eb9f

Please sign in to comment.