corrections to /member-* warnings
| @@ -3081,7 +3081,7 @@ async function enableGroupMemberCallback(_, arg) { | |||
| 3081 | 3081 | ||
| 3082 | async function moveGroupMemberUpCallback(_, arg) { | 3082 | async function moveGroupMemberUpCallback(_, arg) { |
| 3083 | if (!selected_group) { | 3083 | if (!selected_group) { |
| 3084 | toastr.warning('Cannot run /memberup command outside of a group chat.'); | 3084 | toastr.warning('Cannot run /member-up command outside of a group chat.'); |
| 3085 | return ''; | 3085 | return ''; |
| 3086 | } | 3086 | } |
| 3087 | 3087 | ||
| @@ -3098,7 +3098,7 @@ async function moveGroupMemberUpCallback(_, arg) { | |||
| 3098 | 3098 | ||
| 3099 | async function moveGroupMemberDownCallback(_, arg) { | 3099 | async function moveGroupMemberDownCallback(_, arg) { |
| 3100 | if (!selected_group) { | 3100 | if (!selected_group) { |
| 3101 | toastr.warning('Cannot run /memberdown command outside of a group chat.'); | 3101 | toastr.warning('Cannot run /member-down command outside of a group chat.'); |
| 3102 | return ''; | 3102 | return ''; |
| 3103 | } | 3103 | } |
| 3104 | 3104 | ||