mirror of
https://github.com/warengroup/eximiabots-radiox.git
synced 2025-06-17 03:16:00 +00:00
Fix typo in maintenance command
This commit is contained in:
@ -155,7 +155,7 @@ module.exports = {
|
||||
client.config.maintenanceMode = true;
|
||||
|
||||
client.user.setStatus('idle');
|
||||
client.funcs.saveRadios(client);
|
||||
client.radio.save(client);
|
||||
|
||||
setInterval(() => {
|
||||
if(client.radio.size == 0 && client.config.streamerMode == "manual" && client.config.maintenanceMode){
|
||||
|
Reference in New Issue
Block a user