🐛 fix test

This commit is contained in:
Flam3rboy 2021-04-06 18:57:06 +02:00
parent fbeb7ce8f8
commit 5e24006472

View File

@ -1,7 +1,7 @@
import { getPermission } from "fosscord-server-util";
async function main() {
const t = await getPermission(811642917432066048n, 812327318532915201n);
const t = await getPermission("811642917432066048", "812327318532915201");
console.log(t);
}