💁🍼 Checkpoint

./server.js:9949330/107
This commit is contained in:
Glitch (hello-express) 2020-03-21 21:00:52 +00:00
parent 1058c36755
commit 33301341e3
2 changed files with 5 additions and 2 deletions

View File

@ -41,7 +41,7 @@ client.on("a", (msg) => {
switch (cmd) {
case "dvd!help":
chat("cmds: dvd!help // dvd!cursor // dvd!stats");
chat("cmds: dvd!help // dvd!cursor // dvd!stats // dvd!about");
break;
case "dvd!cursor":
if (!argcat || argcat == "") {
@ -68,6 +68,9 @@ client.on("a", (msg) => {
case "dvd!stats":
chat("Edge hits: " + stats.edgehits + " | Corner hits: " + stats.cornerhits);
break;
case "dvd!about":
chat("Made by Hri7566 in his free time :)");
break;
}
});

View File

@ -1 +1 @@
{"edgehits":48923,"cornerhits":80}
{"edgehits":49118,"cornerhits":80}