mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
@ -3141,11 +3141,6 @@ async function removeGroupMemberCallback(_, arg) {
|
|||||||
return '';
|
return '';
|
||||||
}
|
}
|
||||||
|
|
||||||
if (is_group_generating) {
|
|
||||||
toastr.warning('Cannot run /memberremove command while the group reply is generating.');
|
|
||||||
return '';
|
|
||||||
}
|
|
||||||
|
|
||||||
const chid = findGroupMemberId(arg);
|
const chid = findGroupMemberId(arg);
|
||||||
|
|
||||||
if (chid === undefined) {
|
if (chid === undefined) {
|
||||||
|
Reference in New Issue
Block a user