mirror of
https://github.com/System-End/slack-end.git
synced 2026-04-19 22:05:10 +00:00
enhancement(lint): Fix lint errors for src/index.ts
Co-authored-by: NeonGamerBot-QK <saahilattud@gmail.com> Signed-off-by: zeon-neon[bot] <136533918+zeon-neon[bot]@users.noreply.github.com>
This commit is contained in:
parent
5ae9d387b4
commit
533dd66090
1 changed files with 1 additions and 1 deletions
|
|
@ -29,7 +29,7 @@ const db = new JSONdb("data/data.json");
|
|||
app.dbs = {};
|
||||
app.dbs.bday = new JSONdb("data/bday.json");
|
||||
app.dbs.ddm = new JSONdb("data/discord-datamining.json");
|
||||
app.dbs.memdebug = new JSONdb("data/memdb.json")
|
||||
app.dbs.memdebug = new JSONdb("data/memdb.json");
|
||||
app.dbs.anondm = new EncryptedJsonDb("data/anondm.json", {
|
||||
password: process.env.ANONDM_PASSWORD,
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue