fixed comment & post cl

master
derzombiiie 2021-08-12 01:18:41 +02:00
parent b7cd6cfee5
commit 41ad7faf89
1 changed files with 2 additions and 2 deletions

View File

@ -123,7 +123,7 @@ con.registercmd( "comment", (arg => {
case "?":
case "h":
case "help":
console.log("Availible cmds: get, sync, push, set")
console.log("Availible cmds: get, sync, push, set, delete")
break
}
}))
@ -174,7 +174,7 @@ con.registercmd( "post", (arg => {
case "?":
case "h":
case "help":
console.log("Availible cmds: get, ranking, rank")
console.log("Availible cmds: get, ranking, rank, sync")
break
}
}))