From 80b06ec131da3292d6ea97ba2eeabb4f2d78cd9f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Hru=C5=A1ka?= Date: Sun, 22 Aug 2021 19:55:17 +0200 Subject: [PATCH] typo --- src/group_handle.rs | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/group_handle.rs b/src/group_handle.rs index e54eef7..113b77d 100644 --- a/src/group_handle.rs +++ b/src/group_handle.rs @@ -409,15 +409,14 @@ impl GroupHandle { **Supported commands:**\n\ `/boost, /b` - boost the replied-to post into the group\n\ `/ignore, /i` - make the group completely ignore the post\n\ - `/ping - check that the service is alive" - .to_string(), + `/ping - check that the service is alive".to_string(), ); if self.config.is_member_only() { replies.push("`/members, /who` - show group members / admins".to_string()); replies.push("`/leave` - leave the group".to_string()); } else { - replies.push("/members, /who` - show group admins".to_string()); + replies.push("`/members, /who` - show group admins".to_string()); } if is_admin {