mirror of
https://github.com/ChomeNS/chomens-bot-mc.git
synced 2024-11-23 15:47:57 -05:00
forgor
This commit is contained in:
parent
f773b03584
commit
0bdca956f7
1 changed files with 0 additions and 8 deletions
8
index.js
8
index.js
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue