Remove group chat no members warning

This commit is contained in:
Cohee 2023-09-02 17:28:03 +03:00
parent 37eb074652
commit 242600a5a3

View File

@ -558,7 +558,7 @@ async function generateGroupWrapper(by_auto_mode, type = null, params = {}) {
} }
if (activatedMembers.length === 0) { if (activatedMembers.length === 0) {
toastr.warning('All group members are disabled. Enable at least one to get a reply.'); //toastr.warning('All group members are disabled. Enable at least one to get a reply.');
// Send user message as is // Send user message as is
const bias = getBiasStrings(userInput, type); const bias = getBiasStrings(userInput, type);