summary refs log tree commit diff
path: root/src/test/test.ts
blob: eb0cb8b39111e0303085b09b73137658aef9928c (plain) (blame)
1
2
3
4
5
6
7
8
import { getPermission } from "fosscord-server-util";

async function main() {
	const t = await getPermission("811642917432066048", "812327318532915201");
	console.log(t);
}

main();