mirror of
https://github.com/spacebarchat/server.git
synced 2026-08-28 11:44:07 +00:00
🐛 fix test
This commit is contained in:
+1
-1
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user