This commit is contained in:
ChomeNS 2022-10-20 08:50:36 +07:00
parent f773b03584
commit 0bdca956f7

View file

@ -459,14 +459,6 @@ dcclient.on('ready', async () => {
return;
}
}
if (line==='.notonline on') {
fs.writeFileSync('./notonline.txt', 'true');
return;
}
if (line==='.notonline off') {
fs.writeFileSync('./notonline.txt', 'false');
return;
}
if (line==='.clearconsolequeue') {
consoleQueue = [];
return;