We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64e89ef commit 96c5a19Copy full SHA for 96c5a19
commands/info/chart.js
@@ -10,7 +10,6 @@ module.exports = {
10
async execute(client, message, args) {
11
const myChart = new QuickChart();
12
const data = client.cache;
13
- console.log(data);
14
myChart.setWidth(1600);
15
myChart.setHeight(1200);
16
myChart.setBackgroundColor('rgb(29, 29, 29)');
package.json
@@ -4,7 +4,8 @@
4
"main": "index.js",
5
"scripts": {
6
"test": "echo \"Error: no test specified\" && exit 1",
7
- "start": "node index.js"
+ "start": "node index.js",
8
+ "pm2Start": "pm2 start index.js -n RPi-Watcher"
9
},
"keywords": [],
"author": "",
@@ -22,4 +23,4 @@
22
23
"uuid": "^7.0.3",
24
"ws": ">=7.4.6"
25
}
-}
26
+}
0 commit comments