From 607340ed6995bbc25ef770d29a7b2c693875d78e Mon Sep 17 00:00:00 2001 From: TrueSaiyan Date: Thu, 25 Jan 2024 11:44:12 +0800 Subject: [PATCH] Update _chatactions.py --- plugins/_chatactions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/_chatactions.py b/plugins/_chatactions.py index 18757952b..96566ae0e 100644 --- a/plugins/_chatactions.py +++ b/plugins/_chatactions.py @@ -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())