Skip to content

Commit

Permalink
Update _chatactions.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ufoptg authored Jan 25, 2024
1 parent de4658a commit 607340e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/_chatactions.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ def get_ufop_ban(self, user_id: int=None, banlist: bool = False) -> Union[dict,
payload = {"user_id": user_id}
return self._make_request("GET", url, params=payload)
else:
raise ValueError("Error: banlist must be True
raise ValueError("Error: banlist must be True")
#------------------------- Huge Thanks to @xtdevs -------------------------#

@ultroid_bot.on(events.ChatAction())
Expand Down

0 comments on commit 607340e

Please sign in to comment.