This commit is contained in:
parent
a54361c571
commit
c100528c2a
2 changed files with 3 additions and 3 deletions
|
@ -14,5 +14,7 @@ module.exports = function(client, enableLoginMessage, loginChannel, loginMessage
|
|||
}
|
||||
loadServerPrefixes(client)
|
||||
checkTimer(client);
|
||||
updateCpuPercentage(client.processInfo);
|
||||
setInterval(() => {
|
||||
updateCpuPercentage(client)
|
||||
}, 60 * 1000);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue