change psql-lib from knex to postgres.js
This commit is contained in:
@@ -1,7 +1,5 @@
|
||||
import { getLevel } from "../admin.mjs";
|
||||
import fetch from "flumm-fetch-cookies";
|
||||
import sql from "../sql.mjs";
|
||||
|
||||
import vm from "vm";
|
||||
|
||||
let maxoutput = 750;
|
||||
@@ -9,7 +7,6 @@ let context = vm.createContext({
|
||||
e: null,
|
||||
bot: null,
|
||||
admins: null,
|
||||
sql: sql,
|
||||
fetch: fetch,
|
||||
|
||||
a: null,
|
||||
|
Reference in New Issue
Block a user