UNPKG

tg-torrent-bot

Version:

A telegram bot implementation for torrents search and download.

8 lines (5 loc) 180 B
import { Low } from 'lowdb'; import { JSONFile } from 'lowdb/node'; const db = new Low(new JSONFile(process.env.DB_FILE), { downloads: {} }); await db.read(); export default db;