From e94a56e39c44c2703e5a5baa62df6c4174a7eaff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jorge=20Alberto=20D=C3=ADaz=20Orozco=20=28Akiel=29?= Date: Wed, 17 Nov 2021 20:46:46 +0100 Subject: [PATCH] Follow API naming --- rocketchat_API/APISections/groups.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rocketchat_API/APISections/groups.py b/rocketchat_API/APISections/groups.py index b564b1a..a2c71e5 100644 --- a/rocketchat_API/APISections/groups.py +++ b/rocketchat_API/APISections/groups.py @@ -111,7 +111,7 @@ def groups_set_announcement(self, room_id, announcement, **kwargs): return self.call_api_post( "groups.setAnnouncement", roomId=room_id, - announcement=announce, + announcement=announcement, kwargs=kwargs, )