mirror of
https://github.com/Akif9748/akf-forum.git
synced 2024-11-22 20:10:40 +03:00
Update reset.js
This commit is contained in:
parent
4009344da9
commit
e2f4d9fcc3
1 changed files with 2 additions and 1 deletions
3
reset.js
3
reset.js
|
@ -1,4 +1,5 @@
|
|||
const { set } = require("quick.db");
|
||||
set("users", new Array());
|
||||
set("threads", new Array());
|
||||
set("secret", new Object());
|
||||
set("secret", new Object());
|
||||
set("messages", new Array()); //SSH, this will add.
|
||||
|
|
Loading…
Reference in a new issue