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