Allow removing group members while generating Fixes #3389

5257a45bdea425c1b42180fd15dddddc22449766

Cohee <18619528+Cohee1207@users.noreply.github.com>

1 files changed, +0 -5Showing whitespace changes
public/scripts/slash-commands.js+0 -5
@@ -3141,11 +3141,6 @@ async function removeGroupMemberCallback(_, arg) {
3141 return '';3141 return '';
3142 }3142 }
31433143
3144 if (is_group_generating) {
3145 toastr.warning('Cannot run /memberremove command while the group reply is generating.');
3146 return '';
3147 }
3148
3149 const chid = findGroupMemberId(arg);3144 const chid = findGroupMemberId(arg);
31503145
3151 if (chid === undefined) {3146 if (chid === undefined) {