Adding CPU Percentage during generation.

This commit is contained in:
Raven Scott
2023-04-17 02:07:41 +02:00
parent c2396f7e5d
commit 4ff67ff28b
3 changed files with 41 additions and 12 deletions

View File

@ -12,6 +12,7 @@
"dependencies": {
"discord.js": "^14.9.0",
"dotenv": "^16.0.3",
"node-fetch": "^3.3.1"
"node-fetch": "^3.3.1",
"os": "^0.1.2"
}
}