Skip to content

Commit

Permalink
Follow API naming
Browse files Browse the repository at this point in the history
  • Loading branch information
jadolg authored Nov 17, 2021
1 parent 62e1509 commit e94a56e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rocketchat_API/APISections/groups.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
)

Expand Down

0 comments on commit e94a56e

Please sign in to comment.