Remove group chat no members warning

This commit is contained in:
Cohee 2023-09-02 17:28:03 +03:00
parent 37eb074652
commit 242600a5a3
1 changed files with 1 additions and 1 deletions

View File

@ -558,7 +558,7 @@ async function generateGroupWrapper(by_auto_mode, type = null, params = {}) {
}
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
const bias = getBiasStrings(userInput, type);