🐛 fix test
This commit is contained in:
parent
fbeb7ce8f8
commit
5e24006472
@ -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);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user